Hi Everyone,
I'm excited to announce postage, a library that makes it easier to write message-based applications in async rust.
Postage provides
- A rich set of channels: mpsc, broadcast, oneshot, watch, and barrier channels
- Sink and Stream combinators: map/filter/merge/chain, as well as a logging combinator for easy debugging
- Portability, as channels are compatible with any executor (currently integration tests are written for tokio and async-std).
Links:
- A blog post with the details if you'd like to know more.
- github.com/austinjones/postage-rs
- crates.io
- docs.rs