uselesskey-core-token 0.7.0

Deterministic token-shape generation helpers shared by uselesskey fixture crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# uselesskey-core-token

Deprecated compatibility shim.

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

```rust
use uselesskey_core_token::generate_token;
```

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