snix/tvix/store/src/fuse
Florian Klink 42dc18353d feat(tvix/nix-compat): have StorePath accept bytes
The primary constructor for this is now from_bytes, from_string is
simply calling .as_bytes() on the string, passing it along.

The InvalidName error now contains a Vec<u8>, to encode the invalid name
(which might not be a string anymore).

from_absolute_path now accepts a &[u8] (even though we might want to
make this a OSString of some sort).

StorePath::validate_name has been degraded to a pub(crate) function.
It's still used in src/derivation, even though it probably shouldn't at
all - that cleanup is left for cl/8412 though.

Change-Id: I6b4e62a6fa5c4bec13b535279e73444f0b83ad35
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8973
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
2023-07-21 18:04:38 +00:00
..
file_attr.rs feat(tvix/store/fuse): initial implementation 2023-06-20 10:14:00 +00:00
inode_tracker.rs feat(tvix/store/fuse): initial implementation 2023-06-20 10:14:00 +00:00
inodes.rs docs(tvix/store/fuse/inodes): clippy lint 2023-07-02 11:18:52 +00:00
mod.rs feat(tvix/nix-compat): have StorePath accept bytes 2023-07-21 18:04:38 +00:00
tests.rs feat(tvix/store/fuse): add test reading large file 2023-06-30 12:35:56 +00:00