[][src]Crate nest

nest

nest is a library to use your filesystem as a nested data store.

The Store docs are a good place to get started.

Re-exports

pub use self::source::FileSource;
pub use self::source::Source;

Modules

source

Structs

Store

The entry point for a Nest data store.

Enums

Error

A specialized Error type for this crate's operations.

Schema

The mapping of your data structures with the filesystem (files and directories).

Value

Represents any valid Nest value.