Hi everyone,
I've been working on nimhuml, a Nim implementation of the HUML parser and serializer.
What is HUML?
HUML (huml.io) is a serialization language for documents, datasets, and config files created by Kailash Nadh. It looks like YAML but is intentionally stricter, one canonical way to write everything, no indentation ambiguity, no silent footguns.
What does nimhuml do?
Links:
This is still early (v0.2.0) so feedback, bug reports, and contributions are very welcome. Would love to hear from anyone who's been looking for a cleaner alternative to YAML in their Nim projects.