hadris-common 1.0.2

Common types and functions used by Hadris
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Contains utility types commonly used for filesystems.

pub mod endian;
pub mod extent;
pub mod file;
pub mod no_alloc;
pub mod number;

/// Layout types for metadata-only writing (requires `alloc` feature).
#[cfg(feature = "alloc")]
pub mod layout;