blob: 071aecb7b087ff26d8be69b5ed77633517db3217 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# `dhall`
Implementation of the Dhall configuration language.
WARNING: This is an internal crate used for [`serde_dhall`], you probably want
to use that instead.
WARNING: The API is very unstable and does not respect semver; use at your own risk. If you want to
use this crate directly anyways, have a look at [these tests].
[these tests]: dhall/tests/misc.rs
[`serde_dhall`]: https://docs.rs/serde_dhall
|