mirror of
https://github.com/callumio/suck.git
synced 2026-03-22 06:28:10 +00:00
feat: add initial synchronous channel implementation
This commit is contained in:
parent
b5a659f8a7
commit
2de73e10b1
2 changed files with 183 additions and 0 deletions
|
|
@ -1,8 +1,10 @@
|
|||
#![doc = include_str!("../README.md")]
|
||||
|
||||
pub mod channel;
|
||||
pub mod error;
|
||||
pub mod types;
|
||||
|
||||
// Re-exports
|
||||
pub use channel::{Sourcer, SuckPair, Sucker};
|
||||
pub use error::Error;
|
||||
pub use types::ValueSource;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue