compris 0.0.11

Composite Primitive Schema (CPS) for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod annotate;
mod annotations;
mod containers;
mod depict;
mod errors;
mod macros;
mod maybe;
mod r#struct;
mod traits;

#[allow(unused_imports)]
pub use {
    annotate::*, annotations::*, containers::*, depict::*, errors::*, macros::*, maybe::*, r#struct::*, traits::*,
};