testbench 0.7.2

Testing and benchmarking tools for concurrent Rust code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "testbench"
version = "0.7.2"
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
description = "Testing and benchmarking tools for concurrent Rust code"
documentation = "https://docs.rs/testbench/"
repository = "https://github.com/HadrienG2/testbench"
readme = "README.md"
keywords = [ "testing", "benchmarking", "multithreading", "concurrent" ]
categories = [ "concurrency", "development-tools" ]
license = "MPL-2.0"
edition = "2018"

[badges]
maintenance = { status = "passively-maintained" }

[dependencies]