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
15
16
mod annotate;
mod r#box;
mod collections;
mod from_str;
mod iterate;
mod native;
mod option;
mod parse_str;
mod std;
mod try_from;
mod variant;

#[allow(unused_imports)]
pub use {
    annotate::*, r#box::*, from_str::*, iterate::*, native::*, option::*, parse_str::*, std::*, try_from::*, variant::*,
};