Registry / other / chan
library0.1.23rscratesunverified

DEPRECATED: Use crossbeam-channel instead. This crate provided channels for message passing.

# Cargo.toml [dependencies] chan = "0.1.23"
INSTALL
IMPORT
SIG · CHAN
C
chan
otherrustv0.1.23
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.

Sender
use chan::Sender;

Deprecation notice.

// This crate is deprecated. Use crossbeam-channel instead. fn main() { println!("Please use crossbeam-channel."); }
Debug
Known issues
breakingThis crate is deprecated and no longer maintained.
fix
Replace with crossbeam-channel or std::sync::mpsc.
affects: >=0.1.0
Upgrade
Version history
0.1.23latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
chan — cargo add chan · libregistry