Skip to content

Commit 9353461

Browse files
antonio-sc66patrickelectric
authored andcommitted
Update lib.rs
lib. Make embedded module public so that traits can be used externally
1 parent c4e069e commit 9353461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub mod bytes_mut;
5454
pub mod error;
5555

5656
#[cfg(feature = "embedded")]
57-
mod embedded;
57+
pub mod embedded;
5858
#[cfg(feature = "embedded")]
5959
use embedded::{Read, Write};
6060

0 commit comments

Comments
 (0)