Internals
Storage layout, the dvs.toml file, the audit log, and the error surface.
Implementation detail, beyond what normal use requires. None of it is needed to run the four verbs; the R Package and CLI sections cover everyday use.
These pages describe how dvs works underneath: how files are stored and
addressed, the dvs.toml project file, the append-only audit log, and the
errors dvs can raise.
🔗API reference
The complete Rust API for the dvs library, with all dependencies included, is
generated by rustdoc:
- dvs rustdoc — every module, type, and function in the library and the crates it builds on.