hax_export_json_schemas/
json_schema.rs

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