1 2 3 4 5 6 7 8 9 10 11 12 13 14
#![forbid(unsafe_code)] #[path = "argument_limits.rs"] mod argument_limits; #[path = "audit.rs"] mod audit; #[path = "executor.rs"] mod executor; #[path = "registry.rs"] mod registry; #[path = "schema.rs"] mod schema; #[path = "spec.rs"] mod spec;