monofs 0.2.1

`monofs` is an immutable distributed file system.
Documentation
1
2
3
4
5
6
//--------------------------------------------------------------------------------------------------
// Constants
//--------------------------------------------------------------------------------------------------

/// The default maximum depth of a softlink.
pub const DEFAULT_SOFTLINK_DEPTH: u32 = 10;