modelator 0.4.1

A framework and tools for model-based testing.
Documentation
1
2
3
4
5
6
use clap::Parser;

pub fn main() {
    let cli_app = modelator::cli::App::parse();
    cli_app.run().exit()
}