//! Benchmark harness for the codec hot paths.
//!
//! The actual encode/decode benchmarks land alongside the codec implementation
//! in the `v0.2` foundation release. This placeholder keeps the bench target
//! configured in `Cargo.toml` building cleanly so the CI workflow does not
//! need a Cargo.toml edit at every roadmap phase.
use ;
criterion_group!;
criterion_main!;