swizzard / hermit

ordered toml parser in rust
0 stars 1 forks source link

serialization/non-string types #3

Open swizzard opened 6 years ago

swizzard commented 6 years ago

probably by impementing serde::Serialize

anxiousmodernman commented 6 years ago

Prior arts from config-rs:

A JSON5 (json with comments?) serializer/deserializer that is also written with Pest and serde:

Docs:

anxiousmodernman commented 5 years ago

One of these days I'll take a stab at this. On that note, more prior art: https://github.com/softprops/envy/blob/master/src/lib.rs