spmc_buffer 0.5.0

An extension of triple buffering for multiple-consumer scenarios, useful for sharing frequently updated data between threads
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "spmc_buffer"
version = "0.5.0"
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
description = "An extension of triple buffering for multiple-consumer scenarios, useful for sharing frequently updated data between threads"
documentation = "https://docs.rs/spmc_buffer/"
readme = "README.md"
keywords = ["synchronization", "spmc", "multithreading", "non-blocking", "wait-free"]
categories = ["algorithms", "asynchronous", "concurrency", "data-structures"]
license = "MPL-2.0"
repository = "https://github.com/HadrienG2/spmc-buffer"
[dependencies.testbench]
version = "^0"
[badges.travis-ci]
branch = "master"
repository = "HadrienG2/spmc-buffer"