bv-types 0.1.27

Typed I/O vocabulary for bv manifests
Documentation
1
2
3
4
5
6
7
pub mod mime;
pub mod subtyping;
pub mod types;
pub mod vocabulary;

pub use types::{Cardinality, TypeDef, TypeId, TypeKind, TypeRef};
pub use vocabulary::{known_type_ids, lookup, suggest, vocabulary};