summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2020-03-27 21:09:28 +0100
committerAgathe Porte <microjoe@microjoe.org>2020-03-27 21:10:11 +0100
commit889503284bb2e317d3e0b2ca19ba577dc27434a2 (patch)
tree49dd2f408f5f8f80aca815d49d70825d0cb0c26e /src
parent7ffe818c94be4b546c2368a78447a6d6a144be2b (diff)
downloadcharlcd-889503284bb2e317d3e0b2ca19ba577dc27434a2.tar.gz
charlcd-889503284bb2e317d3e0b2ca19ba577dc27434a2.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;