======= NimYAML ======= Introduction ============ **NimYAML** is a pure YAML implementation for Nim. It is able to read from and write to YAML character streams, and to serialize from and construct to native Nim types. It exclusively supports `YAML 1.2 `_. Source code can be found on `GitHub `_. You can install it with `Nimble `_: .. code-block:: bash nimble install yaml NimYAML 2.x =========== **NimYAML 2.0.0** introduced some breaking changes. Read about migrating to the new version `here `_. %quickstart%0