mold_cli/parser/
mod.rs

1mod inference;
2mod json;
3mod patterns;
4
5pub use json::{parse_json_file, parse_json_string, parse_json_value};