continuwuity/src/database/map
Jason Volk d8ea8b378c add Map::clear() to db interface
Signed-off-by: Jason Volk <jason@zemos.net>
2025-03-26 01:33:41 +00:00
..
clear.rs add Map::clear() to db interface 2025-03-26 01:33:41 +00:00
compact.rs fix edition 2024 lints 2025-02-27 10:26:45 -05:00
contains.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
count.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
get.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
get_batch.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
insert.rs optimize with SmallString; consolidate related re-exports 2025-02-16 17:40:21 -05:00
keys.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
keys_from.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
keys_prefix.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
open.rs remove unnecessary cf arc refcnt workaround 2025-02-02 10:08:30 +00:00
options.rs add option to disable rocksdb checksums 2025-01-28 18:38:47 +00:00
qry.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
qry_batch.rs fix edition 2024 lints 2025-02-27 10:26:45 -05:00
remove.rs optimize with SmallString; consolidate related re-exports 2025-02-16 17:40:21 -05:00
rev_keys.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
rev_keys_from.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
rev_keys_prefix.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
rev_stream.rs fix edition 2024 lints 2025-02-27 10:26:45 -05:00
rev_stream_from.rs fix edition 2024 lints 2025-02-27 10:26:45 -05:00
rev_stream_prefix.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
stream.rs fix edition 2024 lints 2025-02-27 10:26:45 -05:00
stream_from.rs fix edition 2024 lints 2025-02-27 10:26:45 -05:00
stream_prefix.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00