1 2 3 4 5 6 7 8 9 10 11 12 13 14
#![forbid(unsafe_code)] #[path = "catalog.rs"] mod catalog; #[path = "conformance.rs"] mod conformance; #[path = "load.rs"] mod load; #[path = "parity.rs"] mod parity; #[path = "recovery.rs"] mod recovery; #[path = "schema_v1.rs"] mod schema_v1;