continuwuity/src/database/abstraction
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
..
heed.rs Remove all tracing::instrument attributes from database::abstraction::* 2022-02-12 16:38:47 +01:00
persy.rs fix: update persy implementation after refactor 2022-10-13 20:02:36 +01:00
rocksdb.rs fix refering uninit static, use upstream rocksdb again, don't compile debug info 2023-12-03 01:00:23 -05:00
sled.rs Remove all tracing::instrument attributes from database::abstraction::* 2022-02-12 16:38:47 +01:00
sqlite.rs mark unused variables as unusued 2023-10-28 22:34:50 -04:00
watchers.rs fix all the warnings!!!! (0 clippy and rustc warnings now) 2023-11-29 21:36:02 -05:00