additional stream extensions for any/all

additional stream extension TryBroadbandExt

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-12-04 02:11:43 +00:00
parent c2d97aaa5e
commit 59d5e3ebf1
6 changed files with 121 additions and 5 deletions

View file

@ -5,6 +5,7 @@ mod ignore;
mod iter_stream;
mod ready;
mod tools;
mod try_broadband;
mod try_ready;
mod wideband;
@ -15,5 +16,6 @@ pub use ignore::TryIgnore;
pub use iter_stream::IterStream;
pub use ready::ReadyExt;
pub use tools::Tools;
pub use try_broadband::TryBroadbandExt;
pub use try_ready::TryReadyExt;
pub use wideband::WidebandExt;