Readding reference docs

This commit is contained in:
Ryan Summers 2023-03-31 13:45:42 +02:00
commit 953ed3c7b1
4 changed files with 67 additions and 43 deletions

View file

@ -1,6 +1,7 @@
#![no_std]
#![allow(unused)]
#![deny(rustdoc::broken_intra_doc_links)]
#[doc = include_str!("../README.md")]
pub mod bus;
mod device;