Nadrieril / dhall-rust

Maintainable configuration files, for Rust users
Other
303 stars 27 forks source link

Rewrite serde_dhall API #154

Closed Nadrieril closed 4 years ago

Nadrieril commented 4 years ago

This documents all the items, provides way more control over Dhall evaluation, and ensures none of the dhall crate leaks through. Also massive breaking change.

Closes #82. Closes #80.