subms 0.2.1

Zero-dependency perf-test harness for Rust: timed stages, percentiles, and a stable JSON shape consumed by the submillisecond.com cookbook. Includes a `Recipe` trait for cookbook benchmarks.
Documentation
[package]
name = "subms"
version = "0.2.1"
edition = "2024"
rust-version = "1.85"
authors = ["Kieran Smith <knaier007@gmail.com>"]
description = "Zero-dependency perf-test harness for Rust: timed stages, percentiles, and a stable JSON shape consumed by the submillisecond.com cookbook. Includes a `Recipe` trait for cookbook benchmarks."
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://submillisecond.com"
documentation = "https://docs.rs/subms"
keywords = ["benchmark", "performance", "cookbook", "subms", "low-latency"]
categories = ["development-tools::profiling"]

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

# Zero external dependencies - std only. JUnit's Rust analogue (`#[test]`) is built-in.
[dependencies]

[dev-dependencies]