tckn_utils

TCKN Generator & VALIDATOR for Rust

Crates.io version Download docs.rs docs

API Docs | Releases

## Installation With [cargo add][cargo-add] installed run: ```sh $ cargo add tckn_utils ``` [cargo-add]: https://github.com/killercup/cargo-edit ## Generate & Validate TCKN ```rs use tckn_utils::{generate, validate}; fn main() { let tckn = generate(); let valid = validate(tckn.as_str()); println!("TCKN: {tckn} => validate: {valid}"); } ``` ## Contributing Want to join us? Look at some of these issues: - [Issues labeled "good first issue"][good-first-issue] - [Issues labeled "help wanted"][help-wanted] [good-first-issue]: https://github.com/dursunkoc/tckn_utils/labels/good%20first%20issue [help-wanted]: https://github.com/dursunkoc/tckn_utils/labels/help%20wanted ## License Licensed under either of MIT license