uselesskey-token-spec 0.7.1

Stable token fixture specification shared across token generators.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# uselesskey-token-spec

Deprecated compatibility shim.

The canonical `TokenSpec` type now lives under `uselesskey-token`:

```rust
use uselesskey_token::TokenSpec;
```

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