sprawl-guard 0.1.0

Repository sprawl checker CLI.
1
2
3
4
5
6
7
8
9
mod args;
mod contract;
mod request;
mod response;
mod run;
mod typescript_contract;

pub(super) use args::{MachineArgs, MachineCliArgs};
pub(super) use run::run_machine;