How close is this to usable? I don't care about some incompleteness and API changes, since I'm making alpha software anyway. So switching formats and parsers later is no issue. But I still want to get a sense for where we're at with it.
It seems like the best available Rust parser for structured data. yaml-rust doesn't support StrictYAML chyh1990/yaml-rust#102 , and TOML has negative reviews, eg getzola/zola#317
I want to use it for configuration, log files, and content headers.
How close is this to usable? I don't care about some incompleteness and API changes, since I'm making alpha software anyway. So switching formats and parsers later is no issue. But I still want to get a sense for where we're at with it.
It seems like the best available Rust parser for structured data.
yaml-rustdoesn't support StrictYAML chyh1990/yaml-rust#102 , and TOML has negative reviews, eg getzola/zola#317I want to use it for configuration, log files, and content headers.