oca_conductor 0.2.14

Lib for validating or tranforming data captured with OCA
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod data_set;
pub mod errors;

#[cfg(feature = "transformer")]
pub mod transformer;
#[cfg(feature = "transformer")]
pub use transformer::Transformer;

#[cfg(feature = "validator")]
pub mod validator;
#[cfg(feature = "validator")]
pub use validator::Validator;