von 0.0.0

Virtual Object Notation
Documentation
1
2
3
4
5
6
7
8
9
pub use self::{
    parser::parse,
    value::{display::PrettyPrint, *},
};

#[allow(dead_code)]
#[allow(non_camel_case_types)]
mod parser;
mod value;