diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 21:09:28 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 21:10:11 +0100 |
commit | 889503284bb2e317d3e0b2ca19ba577dc27434a2 (patch) | |
tree | 49dd2f408f5f8f80aca815d49d70825d0cb0c26e /src | |
parent | 7ffe818c94be4b546c2368a78447a6d6a144be2b (diff) | |
download | charlcd-889503284bb2e317d3e0b2ca19ba577dc27434a2.tar.gz charlcd-889503284bb2e317d3e0b2ca19ba577dc27434a2.zip |
simplify docs, upgrade readme
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |