garage/src/table
Jakub Jirutka d2deee0b8b Declare garage crates using workspace.dependencies
This will allow to really disable "sled" feature without declaring
`default-features = false` in every Cargo.toml where garage_db and
garage_model is used.

See https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table
2023-05-09 08:46:15 +00:00
..
replication cleanup 2023-01-03 15:08:37 +01:00
Cargo.toml Declare garage crates using workspace.dependencies 2023-05-09 08:46:15 +00:00
data.rs Make K2V item timestamps globally increasing on each node 2023-01-10 11:03:52 +01:00
gc.rs cleanup 2023-01-03 15:08:37 +01:00
lib.rs Proper queueing for delayed inserts, now backed to disk 2022-12-14 11:58:06 +01:00
merkle.rs Make it explicit when using nonversioned encoding 2023-01-03 15:27:36 +01:00
metrics.rs Add block.rc_size, table.size and table.merkle_tree_size metrics 2022-12-13 15:54:03 +01:00
queue.rs cleanup 2023-01-03 15:08:37 +01:00
schema.rs cleanup 2023-01-03 15:08:37 +01:00
sync.rs cargo fmt 2023-01-03 15:30:21 +01:00
table.rs cleanup 2023-01-03 15:08:37 +01:00
util.rs Implement block list-errors and block info 2022-12-13 14:23:45 +01:00