snix/tvix/store/src
Florian Klink 1ee6bd06e3 feat(tvix/store/proto): implement get_name for node::Node, pub trait
Make the trait public, so consumers can use it.

Also, implement it for node::Node, so we can later use this to access
the name from all three if we don't care about the enum type.

Change-Id: Iae530a16b705493645e61947852c03273876cc55
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7963
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2023-01-31 13:29:18 +00:00
..
tests refactor(tvix): introduce nix-compat crate 2023-01-31 13:26:18 +00:00
dummy_blob_service.rs feat(tvix/store): add logging with tracing 2022-12-30 20:25:09 +00:00
lib.rs refactor(tvix): introduce nix-compat crate 2023-01-31 13:26:18 +00:00
main.rs feat(tvix/store): add SledDirectoryService 2023-01-21 10:48:17 +00:00
proto.rs feat(tvix/store/proto): implement get_name for node::Node, pub trait 2023-01-31 13:29:18 +00:00
sled_directory_service.rs feat(tvix/store/directory): validate Directory and sizes 2023-01-21 10:48:17 +00:00
sled_path_info_service.rs refactor(tvix): introduce nix-compat crate 2023-01-31 13:26:18 +00:00