testbench 1.0.0

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
[badges.maintenance]
status = "passively-maintained"

[package]
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
categories = ["concurrency", "development-tools"]
description = "Testing and benchmarking tools for concurrent Rust code"
documentation = "https://docs.rs/testbench/"
edition = "2018"
keywords = ["testing", "benchmarking", "multithreading", "concurrent"]
license = "MPL-2.0"
name = "testbench"
readme = "README.md"
repository = "https://github.com/HadrienG2/testbench"
rust-version = "1.63.0"
version = "1.0.0"