subms 0.5.1

The sub-millisecond perf harness for Rust. Zero-dependency std-only library that records timed samples per stage, computes percentiles, supports coordinated-omission correction, runs scale sweeps, and emits a stable JSON contract. Byte-equivalent to the Java sibling com.submillisecond:subms.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "subms"
version = "0.5.1"
authors = ["Kieran Smith <oss@submillisecond.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The sub-millisecond perf harness for Rust. Zero-dependency std-only library that records timed samples per stage, computes percentiles, supports coordinated-omission correction, runs scale sweeps, and emits a stable JSON contract. Byte-equivalent to the Java sibling com.submillisecond:subms."
homepage = "https://github.com/submillisecond/subms"
documentation = "https://docs.rs/subms"
readme = "README.md"
keywords = [
    "benchmark",
    "performance",
    "perf-testing",
    "low-latency",
    "p99",
]
categories = [
    "development-tools::profiling",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/submillisecond/subms"

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

[[example]]
name = "perf_main"
path = "examples/perf_main.rs"

[[test]]
name = "recipe_tests"
path = "tests/recipe_tests.rs"

[[test]]
name = "subms_tests"
path = "tests/subms_tests.rs"

[dependencies]

[dev-dependencies]