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 committed May 15, 2024
1 parent a6d2bce commit 6ace3aa
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 6ace3aa

Please sign in to comment.