diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 14:23:35 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 20:37:22 +0100 |
commit | 45461f7b9e51649ba559f24a3584edca979d169b (patch) | |
tree | d0dc8206ac5a2de065b860d994cd94192c72a73f /src | |
parent | 7ef0bae79a2e25fad5e67237c316a908ec6705a7 (diff) | |
download | charlcd-45461f7b9e51649ba559f24a3584edca979d169b.tar.gz charlcd-45461f7b9e51649ba559f24a3584edca979d169b.zip |
populate README and include it in module-level doc
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#![feature(external_doc)] +#![doc(include = "../README.md")] + mod codes; pub mod custom_char; mod of_node; |