#![deny(unsafe_op_in_unsafe_fn)]pubmodfile;pubmodjsons;pubmodtranslator;#[macro_export]macro_rules!test_resources{($fname:expr)=>(// The environment variable CARGO_MANIFEST_DIR provide a stable base point to reference other files.
// Here, we assume that there's a test/resources directory at the top level of the crate
concat!(env!("CARGO_MANIFEST_DIR"),"/test/resources/",$fname))}