Skip to content

Commit

Permalink
badges added.
Browse files Browse the repository at this point in the history
  • Loading branch information
tower120 committed Nov 2, 2024
1 parent c2e3617 commit 7ed0d87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chute"
version = "0.1.0-alpha.2"
version = "0.1.0"
license = "MIT OR Apache-2.0"
edition = "2021"
exclude = ["benchmarks", "doc"]
Expand All @@ -17,7 +17,6 @@ criterion = { version = "0.5", features = ["html_reports"] }
itertools = "0.13"
spin = "0.9.8"
arrayvec = "0.7"
crossbeam = "0.8"

[[bench]]
name = "mp_vs_sp_write"
Expand Down
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# chute

![Queue illustration](doc/img/mpmc_white.svg)
[![crates.io](https://img.shields.io/crates/v/chute.svg)](https://crates.io/crates/chute)
[![license](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue?style=flat-square)](#license)
[![Docs](https://docs.rs/hi_sparse_bitset/badge.svg)](https://docs.rs/chute)

![Queue illustration](doc/img/mpmc_white.png)

An mpmc[^mpmc]/spmc[^spmc] lock-free multicast[^broadcast] queue.

Expand Down

0 comments on commit 7ed0d87

Please sign in to comment.