Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
lib. Make embedded module public so that traits can be used externally
  • Loading branch information
antonio-sc66 authored and patrickelectric committed Dec 12, 2023
1 parent c4e069e commit 9353461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub mod bytes_mut;
pub mod error;

#[cfg(feature = "embedded")]
mod embedded;
pub mod embedded;
#[cfg(feature = "embedded")]
use embedded::{Read, Write};

Expand Down

0 comments on commit 9353461

Please sign in to comment.