| Crates.io | ring-channel |
| lib.rs | ring-channel |
| version | 0.12.0 |
| created_at | 2019-04-15 19:36:27.73358+00 |
| updated_at | 2023-10-10 22:01:47.465751+00 |
| description | Bounded MPMC channel abstraction on top of a ring buffer |
| homepage | |
| repository | https://github.com/brunocodutra/ring-channel.git |
| max_upload_size | |
| id | 128188 |
| size | 73,990 |
Bounded MPMC channel abstraction on top of a ring buffer.
RingChannel is available on crates.io, simply add it as a dependency in your Cargo.toml:
[dependencies]
ring-channel = "0.12"
The full API documentation is available on docs.rs
RingChannel is an open source project and you're very welcome to contribute to this project by opening issues and/or pull requests, see CONTRIBUTING for general guidelines.
RingChannel is distributed under the terms of the MIT license, see LICENSE for details.