Skip to content

Commit

Permalink
Merge pull request #209 from vinaychandra/generic_mpmc
Browse files Browse the repository at this point in the history
Generic MPMC
  • Loading branch information
korken89 committed May 9, 2021
2 parents d722056 + ae15c8a commit afd7eb9
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 345 deletions.
12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@ authors = [
"Per Lindgren <per.lindgren@ltu.se>",
"Emil Fresk <emil.fresk@gmail.com>",
]
categories = [
"data-structures",
"no-std",
]
categories = ["data-structures", "no-std"]
description = "`static` friendly data structures that don't require dynamic memory allocation"
documentation = "https://docs.rs/heapless"
edition = "2018"
keywords = [
"static",
"no-heap",
]
keywords = ["static", "no-heap"]
license = "MIT OR Apache-2.0"
name = "heapless"
repository = "https://github.com/japaric/heapless"
Expand All @@ -28,6 +22,8 @@ ufmt-impl = ["ufmt-write"]
x86-sync-pool = []
# only for tests
__trybuild = []
# Enable larger MPMC sizes.
mpmc_large = []

[target.x86_64-unknown-linux-gnu.dev-dependencies]
scoped_threadpool = "0.1.8"
Expand Down
Loading

0 comments on commit afd7eb9

Please sign in to comment.