summaryrefslogtreecommitdiff
path: root/dhall/README.md
blob: e40458ae87d07eff2bcc9abf1c786f62565a6f02 (plain)
1
2
3
4
5
6
7
8
9
10
# `dhall`

Implementation of the Dhall configuration language.
This is an internal crate used for [`serde_dhall`], you probably want to use
that instead.

The API is very unstable and does not respect semver;
use at your own risk.

[`serde_dhall`](https://docs.rs/serde_dhall)