1 unstable release
| 0.1.0 | Aug 28, 2023 |
|---|
#41 in #yaml-parser
2KB
Yam-rs
Yam-rs is set of tools for working with YAML files.
Building from sources
git clone https://github.com/Ygg01/yam-rscd yam-rsgit submodule update --initcargo install cargo-nextestcargo install cargo-criterioncargo nextest run
Plans
It's in development yet, but plans include:
- Emitter
- serde integration
- SIMD?
It contains few crates:
- yam-core -
no_std+alloclib that contains the core processing logic - yam - library that relies on
yam-coreto work. It provides IO integration. - yam-dark-core - experimental
no_std+alloclib with SIMD acceleration.- yam-dark-memo - crate containing large tables, due to size/compilation it's pulled into separate crate.