uselesskey-core-token-shape 0.7.0

Token shape generation primitives shared across uselesskey token crates.
Documentation

uselesskey-core-token-shape

Deprecated compatibility shim.

Token-shape implementation ownership moved into uselesskey-token. Existing imports from this crate remain available during the compatibility-shim period:

use uselesskey_core_token_shape::{generate_token, NegativeToken, TokenKind};

Prefer uselesskey-token or the uselesskey facade for supported token fixture APIs.