1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-08-02 05:08:31 +00:00
continuwuity/src
strawberry d9d1ce3cb5 fix refering uninit static, use upstream rocksdb again, don't compile debug info
even rust-analyzer themselves don't compile with debug info because it
makes cargo checks and builds in general a lot longer. helps speed
things up and we mainly care about panics/stacktraces and compiler
errors.

https://github.com/rust-lang/rust-analyzer/blob/master/Cargo.toml#L12-L15

upstream rust-rocksdb is active again finally

Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-03 01:00:23 -05:00
..
api add rocksdb configurable options and tweaks, logging improvements, exp. room v11 support 2023-12-02 21:30:06 -05:00
config add rocksdb configurable options and tweaks, logging improvements, exp. room v11 support 2023-12-02 21:30:06 -05:00
database fix refering uninit static, use upstream rocksdb again, don't compile debug info 2023-12-03 01:00:23 -05:00
service add rocksdb configurable options and tweaks, logging improvements, exp. room v11 support 2023-12-02 21:30:06 -05:00
utils add rocksdb configurable options and tweaks, logging improvements, exp. room v11 support 2023-12-02 21:30:06 -05:00
lib.rs fix every clippy warning possible, remove io_uring as default feature 2023-11-27 00:50:55 -05:00
main.rs fix all the warnings!!!! (0 clippy and rustc warnings now) 2023-11-29 21:36:02 -05:00