gaman-core 0.3.20

Offline core engine for Gaman migrations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod canonicalize;
mod load;
pub mod names;
mod normalize;
mod replay;
mod validate;

pub mod builder;
pub mod errors;
pub mod types;

pub use builder::*;
pub use errors::*;
pub use types::*;

#[cfg(test)]
mod tests;