Module hashing_
reader
tvix_
castore
0.1.0
Module hashing_
reader
Module Items
Structs
Type Aliases
In crate tvix_
castore
Modules
blobservice
composition
digests
directoryservice
errors
fixtures
fs
hashing_reader
import
nodes
path
proto
refscan
tonic
Structs
B3Digest
Directory
HashingReader
Path
PathBuf
PathComponent
SymlinkTarget
Enums
DirectoryError
Error
Node
PathComponentError
SymlinkTargetError
ValidateNodeError
Constants
B3_LEN
USER_AGENT
Type Aliases
B3HashingReader
tvix_castore
Module
hashing_reader
Copy item path
Settings
Help
Summary
source
Structs
§
Hashing
Reader
Wraps an existing AsyncRead, and allows querying for the digest of all data read “through” it. The hash function is configurable by type parameter.
Type Aliases
§
B3Hashing
Reader