tvl-depot/tvix/store/src
Florian Klink 8449f6cd0c feat(tvix/store): implement Nixpath::from_absolute_path
This allows constructing a NixPath from an absolute path. It pops off
the STORE_DIR prefix and the trailing slash and returns an error if it
couldn't be found.

Change-Id: Ib540e353c63cc247ac15e20414b0db2caf695ef4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7751
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2023-01-04 20:23:29 +00:00
..
tests feat(src/proto): add PathInfo.validate() 2023-01-03 13:03:07 +00:00
dummy_blob_service.rs feat(tvix/store): add logging with tracing 2022-12-30 20:25:09 +00:00
dummy_directory_service.rs feat(tvix/store): add logging with tracing 2022-12-30 20:25:09 +00:00
dummy_path_info_service.rs feat(tvix/store): add logging with tracing 2022-12-30 20:25:09 +00:00
lib.rs chore(tvix/store): make importable 2023-01-03 13:03:07 +00:00
main.rs chore(tvix/store): make importable 2023-01-03 13:03:07 +00:00
nixbase32.rs chore(tvix/store/nixbase32): address clippy 2023-01-03 12:06:55 +00:00
nixpath.rs feat(tvix/store): implement Nixpath::from_absolute_path 2023-01-04 20:23:29 +00:00
proto.rs feat(src/proto): add PathInfo.validate() 2023-01-03 13:03:07 +00:00