Skip to content

Commit

Permalink
src: lib: Add readme to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin authored and patrickelectric committed May 16, 2024
1 parent 1e8bab0 commit 7e9a396
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#![doc(html_logo_url = "https://upload.wikimedia.org/wikipedia/commons/1/12/Bluerobotics-logo.svg")]
#![doc = include_str!("../README.md")]

include!(concat!(env!("OUT_DIR"), "/mod.rs"));

use message::ProtocolMessage;
Expand Down

0 comments on commit 7e9a396

Please sign in to comment.