consumable_vec 0.4.0

Consumable_Vec is a generic approach to create a mutual database for multiple producers and consumers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "consumable_vec"
version = "0.4.0"
edition = "2018"
authors = ["Dominik Tacke <dominik.tacke@siemens.com>"]
license-file = "LICENSE"
description = "Consumable_Vec is a generic approach to create a mutual database for multiple producers and consumers"
repository = "https://github.com/tacdom/consumable_vec"
readme = "README.md"
keywords = ["utility"]
categories = ["Concurrency", "Data structures"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
len-trait="0.6.1"