liwe 0.13.0

IWE core library
Documentation
1
2
3
4
5
6
7
8
9
10
mod document;
mod infer;

pub use schematter_validator::{
    compile_schema, Block, BlockKind, CompiledSchema, Crumb, Document, Item, SchemaError, Section,
    Violation,
};

pub use document::build_document;
pub use infer::{infer_schema, Coverage, FieldSchema, TypeCount, ValueCount};