1 2 3 4 5
const JSON_SCHEMA: &str = include_str!(concat!(env!("OUT_DIR"), "/schema.json")); fn main() { println!("{}", JSON_SCHEMA); }