jj/lib
Martin von Zweigbergk 721daef0b4 store: inline tree_builder() function to callers
`Store::tree_builder()` returns a `TreeBuilder`. Almost all callers
should be using the `MergedTreeBuilder` these days. This patch
therefore removes `tree_builder()` to reduce the risk of accidentally
using it.
2025-07-18 21:36:13 +00:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos lib: rename the LocalBackend to SimpleBackend 2025-03-17 17:17:11 +00:00
proc-macros cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
src store: inline tree_builder() function to callers 2025-07-18 21:36:13 +00:00
tests store: inline tree_builder() function to callers 2025-07-18 21:36:13 +00:00
testutils store: inline tree_builder() function to callers 2025-07-18 21:36:13 +00:00
Cargo.toml hex_util: roll our own decode/encode_hex() functions 2025-07-02 01:56:40 +00:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00