Skip to main content

uselesskey_core_token/
lib.rs

1#![forbid(unsafe_code)]
2
3//! 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`].
7
8pub use uselesskey_core_token_shape::*;