uselesskey-core-token 0.6.0

Deterministic token-shape generation helpers shared by uselesskey fixture crates.
Documentation
1
2
3
4
5
6
7
8
#![forbid(unsafe_code)]

//! Compatibility façade for token shape primitives.
//!
//! This crate intentionally keeps the existing public path stable while delegating
//! all token-generation behavior to [`uselesskey_core_token_shape`].

pub use uselesskey_core_token_shape::*;