span-timing 0.1.1

A small, dependency-free crate for recording named scope durations in caller-owned counters
Documentation
[package]
name = "span-timing"
version = "0.1.1"
edition = "2024"
rust-version = "1.88"
license = "MIT"
description = "A small, dependency-free crate for recording named scope durations in caller-owned counters"
repository = "https://github.com/luketpeterson/span-timing"
readme = "README.md"
keywords = ["benchmark", "instrumentation", "profiling", "timing"]
categories = ["development-tools::profiling", "no-std"]

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

[features]
default = ["std"]
std = []