uselesskey-token-spec 0.7.1

Stable token fixture specification shared across token generators.
Documentation
1
2
3
4
5
6
7
#![forbid(unsafe_code)]

//! Deprecated compatibility shim.
//!
//! Prefer `uselesskey-token` for supported token fixture APIs.

pub use uselesskey_token::srp::spec::*;