Nadrieril / dhall-rust

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

Rework API #100

Closed Nadrieril closed 5 years ago

Nadrieril commented 5 years ago

This moves the user-facing api into it's own crate: serde_dhall. The api of serde_dhall is inspired from serde_json. The internals of the dhall crate are now public, so that they can be explored through the doc. It's completely undocumented for now however.