crossbeam-channel
Cargov0.5.16Multi-producer multi-consumer channels for message passing
Overview
crossbeam-channel is an Cargo package that multi-producer multi-consumer channels for message passing. The latest version is 0.5.16.
Who should use it
Teams working in the Cargo ecosystem who need multi-producer multi-consumer channels for message passing and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your Cargo stack.
Pros
- Zero runtime dependencies — minimal footprint.
Cons
- No bundled TypeScript types (may require a separate @types package).
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Version history
| Version | Published | License |
|---|---|---|
| 0.5.16latest | 12 days ago | MIT OR Apache-2.0 |
| 0.5.15 | 1 year ago | MIT OR Apache-2.0 |
| 0.5.14 | 1 year ago | MIT OR Apache-2.0 |
| 0.5.13 | 2 years ago | MIT OR Apache-2.0 |
| 0.5.12 | 2 years ago | MIT OR Apache-2.0 |
| 0.5.11 | 2 years ago | MIT OR Apache-2.0 |
| 0.5.10 | 2 years ago | MIT OR Apache-2.0 |
| 0.5.9 | 2 years ago | MIT OR Apache-2.0 |
| 0.5.8 | 3 years ago | MIT OR Apache-2.0 |
| 0.5.7 | 3 years ago | MIT OR Apache-2.0 |
| 0.5.6 | 4 years ago | MIT OR Apache-2.0 |
| 0.5.5 | 4 years ago | MIT OR Apache-2.0 |
| 0.5.4 | 4 years ago | MIT OR Apache-2.0 |
| 0.5.3 | 4 years ago | MIT OR Apache-2.0 |
| 0.5.2 | 4 years ago | MIT OR Apache-2.0 |
| 0.5.1 | 5 years ago | MIT OR Apache-2.0 |
| 0.5.0 | 5 years ago | MIT OR Apache-2.0 |
| 0.4.4 | 5 years ago | MIT OR Apache-2.0 |
| 0.4.3 | 6 years ago | MIT OR Apache-2.0 |
| 0.4.2 | 6 years ago | MIT/Apache-2.0 AND BSD-2-Clause |
Maintainers
Frequently asked questions
How do I install crossbeam-channel?
Run `cargo add crossbeam-channel` to add crossbeam-channel to your Cargo project.
What license is crossbeam-channel released under?
No license was detected in crossbeam-channel's metadata; review the repository before use.
How popular is crossbeam-channel?
crossbeam-channel has approximately 0 downloads per week.