summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2020-03-27 21:09:28 +0100
committerRomain Porte <microjoe@microjoe.org>2020-03-27 21:10:11 +0100
commit40fdeae490aac54544fa46213c6d6ebd6adaa5b9 (patch)
tree3d348a18c92f9aab0e2222c4fd46ad756db5d9a0 /src
parent8b1f75040a7a29fc5582752f9669c9477966eb3e (diff)
downloadcharlcd-40fdeae490aac54544fa46213c6d6ebd6adaa5b9.tar.gz
charlcd-40fdeae490aac54544fa46213c6d6ebd6adaa5b9.zip
simplify docs, upgrade readme
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f00fed0..f9c4967 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,5 +1,4 @@
-#![feature(external_doc)]
-#![doc(include = "../README.md")]
+//! A rust crate to interact with the mainline Linux charlcd.c driver.
mod codes;
pub mod custom_char;