1 2 3 4 5 6 7 8 9
#![deny(warnings)] // Needed so we can programmatically import the `json` module #[cfg(feature = "json")] extern crate dolang_ext_json; mod extension; mod global; mod mock;