1#![forbid(unsafe_code)]
23//! Compatibility façade for token shape primitives.
4//!
5//! This crate intentionally keeps the existing public path stable while delegating
6//! all token-generation behavior to [`uselesskey_core_token_shape`].
78pub use uselesskey_core_token_shape::*;