openvariant 0.1.0

A fast, correct implementation of the Open Variant data type
Documentation
1
2
3
4
5
6
7
8
9
#![warn(clippy::nursery)]

mod decoder;
mod encoder;
mod validation;

pub mod grammar;
pub use decoder::*;
pub use encoder::*;