Skip to main content

uselesskey_core_token/
lib.rs

1#![forbid(unsafe_code)]
2
3//! Deprecated compatibility shim for token shape primitives.
4//!
5//! Prefer `uselesskey-token` for supported token fixture APIs.
6
7pub use uselesskey_token::srp::shape::*;