Re-exports§
pub use self::inode_bitmap::InodeBitmap;pub use self::exec::*;pub use self::reader::*;pub use self::types::*;
Modules§
- async_
helper - compact
- compress
- crc32
- crypt
- digest
- Fast message digest algorithms for Rafs and Nydus, including Blake3 and SHA256.
- exec
- filemap
- inode_
bitmap - logger
- metrics
- Nydus error events and performance related metrics.
- mpmc
- Asynchronous Multi-Producer Multi-Consumer channel.
- reader
- trace
- Trace image building procedure
- types
- verity
- Utilities to generate Merkle trees for data integrity verification.
Macros§
Structs§
Enums§
Functions§
- div_
round_ up - Round up and divide the value
nbyd. - lazy_
drop - Lazy drop of object.
- round_
down - Round down the value
nto byd. - round_
down_ 4k - round_
up - Round up the value
nto byd. - round_
up_ usize - Round up the value
nto byd. - try_
round_ up_ 4k - Overflow can fail this rounder if the base value is large enough with 4095 added.