Registry / async / kanal
library0.1.1rscratesunverified

The fast sync and async channel that Rust deserves.

# Cargo.toml [dependencies] kanal = "0.1.1"
INSTALL
IMPORT
SIG · KANAL
K
kanal
asyncrustv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bounded
use kanal::bounded;

Create a bounded channel and send/receive a message.

use kanal::bounded; fn main() { let (tx, rx) = bounded::<i32>(10); tx.send(42).unwrap(); println!("Received: {}", rx.recv().unwrap()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
32
OpenAI (training)
1
Resources
kanal — cargo add kanal · libregistry