项目作者: brunocodutra

项目描述 :
Bounded MPMC channel abstraction on top of a ring buffer
高级语言: Rust
项目地址: git://github.com/brunocodutra/ring-channel.git
创建时间: 2019-03-30T16:16:01Z
项目社区:https://github.com/brunocodutra/ring-channel

开源协议:MIT License

下载


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:

  1. [dependencies]
  2. 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.