Module Brassaia_eio_pack.Inode_intf

module type Child_ordering = sig ... end
module type Snapshot = sig ... end
module type Value = sig ... end
module type Raw = sig ... end
module type S = sig ... end
module type Compress = sig ... end
module type Internal = sig ... end

Unstable internal API agnostic about the underlying storage. Use it only to implement or test inodes.

module type Sigs = sig ... end