Improve mod & struct visibility & hierarchy #10

Open
harry wants to merge 4 commits from fix-visibility into master
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 24adbd3a57 - Show all commits

View File

@ -18,6 +18,8 @@ pub use crate::{
#[cfg(feature="smoltcp")]
pub mod smoltcp_phy;
#[cfg(feature="smoltcp")]
pub use crate::smoltcp_phy::SmoltcpDevice;
#[cfg(feature="nal")]
pub mod nal;