modelvault-core 0.14.0

Core engine for ModelVault — application-focused embedded storage with model schemas, validation, and migrations.
Documentation
1
2
3
4
5
//! Segment headers, scanning, and read/write helpers for the append-only log.

pub mod header;
pub mod reader;
pub mod writer;