mirror of
https://github.com/callumio/suck.git
synced 2026-03-21 22:18:10 +00:00
8 lines
140 B
Rust
8 lines
140 B
Rust
pub mod traits;
|
|
pub mod channel;
|
|
|
|
#[cfg(feature = "async-tokio")]
|
|
pub mod tokio;
|
|
|
|
#[cfg(feature = "async-tokio")]
|
|
pub use tokio::TokioSuck;
|