Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 429 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 429 Bytes

Kanal

Fastest sync and async channel that Rust deserves!

What is Kanal

Kanal is a Rust library to help programmers design effective programs in CSP model via providing featureful multi-producer multi-consumer channels. This library focuses on bringing both sync and async API together to unify message passing between sync and async parts of Rust code in a performant manner. Performance is the main goal of Kanal.