chair-rb 0.1.0

Crate containing a Rust port of the ring buffers from the Aeron and compatible with the ring buffers in the Agrona(https://github.com/real-logic/agrona) library.
Documentation
# chair-rb
[![License](https://img.shields.io/github/license/atrumbo/chair-rb.svg)](https://github.com/atrumbo/chair-rb/blob/main/LICENSE)   
[![CI](https://github.com/atrumbo/chair-rb/actions/workflows/rust.yml/badge.svg)](https://github.com/atrumbo/chair-rb/actions)

Crate containing a Rust port of the ring buffers from the [Aeron](https://github.com/real-logic/aeron) and compatible with the ring buffers in the [Agrona](https://github.com/real-logic/agrona) library. 
The aim of this crate is to enable straightforward and efficient messaging between Rust and C/C++ and Java utilizing a common ring buffer implementation.

## License

Licensed under:

* Apache License, Version 2.0
  ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)

This work is a derivative of:  
https://github.com/real-logic/aeron/  
Copyright 2014-2021 Real Logic Limited.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, without any additional terms or conditions.