ring-channel

Crates.ioring-channel
lib.rsring-channel
version0.12.0
sourcesrc
created_at2019-04-15 19:36:27.73358
updated_at2023-10-10 22:01:47.465751
descriptionBounded MPMC channel abstraction on top of a ring buffer
homepage
repositoryhttps://github.com/brunocodutra/ring-channel.git
max_upload_size
id128188
size73,990
Bruno Dutra (brunocodutra)

documentation

README

RingChannel docs.badge codecov.badge

Bounded MPMC channel abstraction on top of a ring buffer.

Using RingChannel

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

Contribution

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.

License

RingChannel is distributed under the terms of the MIT license, see LICENSE for details.

Commit count: 200

cargo fmt