Expand description
§mani
Mani provides a simple text-only log for use in low-throughput volumes. Used for tracking the manifest of an LSM tree.
§Status
Active development.
§Scope
It’s intended to be simple. Recovery is a vim away.
§Warts
- The library is new.
§Documentation
The latest documentation is always available at docs.rs.
Structs§
- An edit adds some strings and removes others.
- Manifest provies an append-driven log.
- Iterate over a single file of the manifest and return the edits contained within.
- ManifestOptions provides the options for commandline programs.
Enums§
- Error for the manifest.
Traits§
- IO to Z.
Functions§
- Given a root and index, return the path to MANIFEST.{index}.
- Given a root, return the path to LOCKFILE.
- Given a root, return the path to MANIFEST.
- Given a root, return the path to MANIFEST.tmp.
- If path could have been produced by BACKUP, return the index.
- Register the biometrics for this crate.
- Register the monitors for this crate.