From 8c14a3321f516d9e789671ce64584dafb656473f Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 21 Dec 2019 22:16:59 +0000 Subject: Prepare for publishing on crates.io --- dhall/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dhall/README.md (limited to 'dhall/README.md') diff --git a/dhall/README.md b/dhall/README.md new file mode 100644 index 0000000..e40458a --- /dev/null +++ b/dhall/README.md @@ -0,0 +1,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) -- cgit v1.2.3 From bd2ab17dd0d61d70105a9946d3998bcdb17d04a4 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 21 Dec 2019 22:30:52 +0000 Subject: Typo --- dhall/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhall/README.md') diff --git a/dhall/README.md b/dhall/README.md index e40458a..82b3e6a 100644 --- a/dhall/README.md +++ b/dhall/README.md @@ -7,4 +7,4 @@ that instead. The API is very unstable and does not respect semver; use at your own risk. -[`serde_dhall`](https://docs.rs/serde_dhall) +[`serde_dhall`]: https://docs.rs/serde_dhall -- cgit v1.2.3