compris 0.0.11

Composite Primitive Schema (CPS) for Rust
Documentation
1
2
3
4
5
6
7
mod annotated;
mod dyn_annotated;
mod into_annotated;
mod remove_annotations;

#[allow(unused_imports)]
pub use {annotated::*, dyn_annotated::*, into_annotated::*, remove_annotations::*};