[go: up one dir, main page]

divan 0.1.2

Statistically-comfy benchmarking library.
Documentation
[dependencies.clap]
default-features = false
features = ["std", "env"]
version = "4"

[dependencies.condtype]
version = "1.3"

[dependencies.divan-macros]
version = "0.1.2"

[dependencies.regex]
default-features = false
features = ["std", "string"]
package = "regex-lite"
version = "0.1"

[features]
default = ["wrap_help"]
help = ["clap/help"]
wrap_help = ["help", "clap/wrap_help"]

[package]
authors = ["Nikolai Vazquez"]
categories = ["development-tools::profiling"]
description = "Statistically-comfy benchmarking library."
documentation = "https://docs.rs/divan"
edition = "2021"
homepage = "https://github.com/nvzqz/divan"
keywords = ["benchmark", "criterion", "instrument", "measure", "performance"]
license = "MIT OR Apache-2.0"
name = "divan"
readme = "README.md"
repository = "https://github.com/nvzqz/divan"
version = "0.1.2"
[target."cfg(not(any(windows, target_os = \"linux\", target_os = \"android\")))".dependencies.linkme]
default-features = false
version = "0.3"