Skip to content

Commit

Permalink
Merge pull request #76 from peter-cudmore/SerialFramed-export-fix
Browse files Browse the repository at this point in the history
(fix): made framed module public
  • Loading branch information
estokes authored Dec 31, 2024
2 parents 4831d33 + 3da7a2c commit 5f39e7d
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 @@ -21,7 +21,7 @@ use std::task::{Context, Poll};
use std::time::Duration;

#[cfg(feature = "codec")]
mod frame;
pub mod frame;

#[cfg(unix)]
mod os_prelude {
Expand Down

0 comments on commit 5f39e7d

Please sign in to comment.