seedgen 0.1.0

Zero-config database seed data generator with deterministic, constraint-safe fake data
Documentation
1
2
3
4
5
6
7
pub mod constraints;
pub mod rules;

pub use constraints::{
    parse_check_constraint, ConstraintHandler, ConstraintHandlerKind, ValidationResult,
};
pub use rules::{detect_generator, GeneratorType};