From 5bdded94d9197abbcf41313649619acb1baa62b7 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 14 Apr 2019 21:39:44 +0200 Subject: Document roughly the dhall subcrates Closes #72 --- dhall_core/src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dhall_core') diff --git a/dhall_core/src/lib.rs b/dhall_core/src/lib.rs index 62c0ecd..3db8222 100644 --- a/dhall_core/src/lib.rs +++ b/dhall_core/src/lib.rs @@ -7,6 +7,11 @@ clippy::type_complexity )] +//! This crate contains the core AST-handling primitives for the [dhall-rust][dhall-rust] crate. +//! This is highly unstable and breaks regularly; use at your own risk. +//! +//! [dhall-rust]: https://github.com/Nadrieril/dhall-rust + mod core; pub use crate::core::*; mod import; -- cgit v1.2.3