uselesskey-token 0.7.0

API key, bearer, and OAuth access-token fixture generator for tests.
Documentation
1
2
3
4
5
6
7
8
//! Single-responsibility token internals.
//!
//! These modules preserve the old published internal crate APIs while moving
//! the implementation behind the `uselesskey-token` public package promise.

pub mod base62;
pub mod shape;
pub mod spec;