pub const BACKEND_ID: &str = "simd-json";Expand description
Identifier of the compiled decode backend, surfaced for benchmark and
telemetry labels so an arm is tagged from the actually compiled code
rather than a hand-passed label. The default backend is serde_json; the
opt-in simd Cargo feature overrides it.