Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Nov 18, 2020
1 parent 67df1dd commit b7d7283
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtrb"
version = "0.0.0"
version = "0.1.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Matthias Geier <Matthias.Geier@gmail.com>",
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
Real-Time Ring Buffer
=====================

Package on https://crates.io/ and documentation on https://docs.rs/ coming soon!
A wait-free single-producer single-consumer ring buffer for Rust.

* Crate: https://crates.io/crates/rtrb
* Documentation: https://docs.rs/rtrb


Usage
-----

Add this to your `Cargo.toml`:

```toml
[dependencies]
rtrb = "0.1"
```


Development
Expand Down

0 comments on commit b7d7283

Please sign in to comment.