pub fn detected_backend() -> Backend
The Backend this CPU resolved to, cached after the first call.
Backend
Diagnostic only — the hashing entry points call this for you.
println!("argon2 backend: {}", argon2_rust::detected_backend());