mzcv 0.2.0

Handle controlled vocanulaires (CVs) and ontologies, both statically and dynamically
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#![doc = include_str!("../README.md")]

mod curie;
mod cv_error;
mod cv_index;
mod cv_source;
mod hash_buf_reader;
mod load;
mod obo;
mod text;

pub use curie::*;
pub use cv_error::*;
pub use cv_index::*;
pub use cv_source::*;
pub use hash_buf_reader::*;
pub use obo::*;