vexil-store
Human-readable (.vx) and binary (.vxb) file formats for Vexil schemas and data.
Part of the Vexil project.
Overview
vexil-store provides encode/decode for Vexil values against a compiled schema,
a human-readable text format (.vx), and a compact binary format (.vxb) with
a typed file header.
Usage
[]
= "0.1"
= "0.1"
use ;
let schema = meta_schema;
let value = String;
let bytes = encode.unwrap;
let decoded = decode.unwrap;
assert_eq!;
License
Licensed under either of MIT or Apache-2.0 at your option.