ivo 0.4.0

The rust implementation of the ivo schema valitator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod constants;
mod dependents;
mod lax;
mod required;
mod timestamps;
mod virtuals;

// TODO:
// [x] constants
// [x] dependents
// [x] lax
// [x] required
// [x] timestamps
// [x] virtuals