benchkit 0.21.0

Lightweight benchmarking toolkit focused on practical performance analysis and report generation. Non-restrictive alternative to criterion, designed for easy integration and markdown report generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# API Doc Entity

### Scope

- **Purpose**: Document the public programmatic interface that benchkit exposes to benchmark authors.
- **Responsibility**: Collects API surface documentation: operations, error types, and compatibility guarantees.
- **In Scope**: Types and operations available via `benchkit::prelude::*` and feature-gated public modules.
- **Out of Scope**: Internal implementation details (→ src/); usage patterns and worked examples (→ readme.md, usage.md).

### Overview Table

| ID  | Name                                       | Purpose                                          | Status |
|-----|--------------------------------------------|--------------------------------------------------|--------|
| 001 | [benchkit Public API]001_benchkit_api.md | Full public interface across all feature flags   ||