jj/lib
Yuya Nishihara 721aecb4cc config: add public ConfigLayer::ensure_table() function
It's not uncommon to insert new table at a certain path. This could be modelled
as set_table(name, new_table), but the caller might want to merge items with
the existing table if any. This function can be used for both cases.
2025-01-22 01:01:04 +00:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
proc-macros style: remove useless uses of .iter() 2024-10-04 22:29:13 +02:00
src config: add public ConfigLayer::ensure_table() function 2025-01-22 01:01:04 +00:00
tests graph: make reverse_graph() accept separate node id type 2025-01-22 00:44:42 +00:00
testutils repo: move rebase_descendants_with_options_return_map() to tests 2025-01-18 01:21:28 +00:00
Cargo.toml lib: remove use of zstd 2025-01-08 22:02:21 +00:00
LICENSE