entropyfs 0.4.0

Entropy-native Linux filesystem: persist irreducible state, materialize structure, preserve exact bytes.
1
2
3
4
5
6
7
8
9
//! Narrowly isolated Linux-specific machinery (safe Rust only).
//!
//! Per `docs/security/unsafe-ledger.md` the crate currently builds with
//! zero `unsafe`; if a future Linux boundary genuinely requires it, it
//! belongs here with a ledger entry.

#![forbid(unsafe_code)]

pub mod linux;