kinnison / marked-data

A YAML representation library which explicitly retains provenance data
MIT License
12 stars 5 forks source link

Comments #10

Closed theduke closed 4 months ago

theduke commented 4 months ago

Does this library preserve the original YAML structure, including ordering and comments?

I've needed a Rust library like that for a long time.

kinnison commented 4 months ago

That is not what this library does; no. If you're looking for a Rust equivalent of Python's ruamel.yaml then this is not what you are looking for. Sorry.