Expand description
Validation functions for benchmark names and configuration.
This module provides validation logic for validating benchmark names according to a strict set of rules.
Re-exportsยง
pub use crate::error::BENCH_NAME_MAX_LEN;pub use crate::error::BENCH_NAME_PATTERN;pub use crate::error::ValidationError;pub use crate::error::validate_bench_name;