auto_bench_fct 1.0.1

A library for automatically benchmarking function call count and execution time in Rust.
Documentation
[dependencies.auto_bench_fct_macros]
version = "1"

[dependencies.colored]
version = "3.0"

[dependencies.lazy_static]
version = "1.5"

[dependencies.log]
optional = true
version = "0.4"

[features]
disable = ["auto_bench_fct_macros/disable"]
disable_hy = ["auto_bench_fct_macros/disable_hy"]

[lib]
name = "auto_bench_fct"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for automatically benchmarking function call count and execution time in Rust."
edition = "2024"
keywords = ["call", "count", "execution", "time", "benchmarking"]
license = "GPL-3.0-only"
name = "auto_bench_fct"
readme = "README.md"
repository = "https://github.com/ClementGre/auto_bench_fct"
version = "1.0.1"