summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2020-03-27 14:23:35 +0100
committerRomain Porte <microjoe@microjoe.org>2020-03-27 20:37:22 +0100
commit79c89f56527c914dd32b3a8a35d2a138bd58b168 (patch)
treee74288e64aba23905a1b2cf6c2ac1c07eaa5bd8a /src/lib.rs
parentfedc1794a6e7a7705bba321c2947ac89d8c11c65 (diff)
downloadcharlcd-79c89f56527c914dd32b3a8a35d2a138bd58b168.tar.gz
charlcd-79c89f56527c914dd32b3a8a35d2a138bd58b168.zip
populate README and include it in module-level doc
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 17738a3..f00fed0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,6 @@
+#![feature(external_doc)]
+#![doc(include = "../README.md")]
+
mod codes;
pub mod custom_char;
mod of_node;