tkn

Crates.iotkn
lib.rstkn
version0.0.1
created_at2025-02-11 09:49:38.335888+00
updated_at2025-02-11 09:49:38.335888+00
descriptionA small library to generate tokens.
homepagehttps://github.com/ararog/tkn
repositoryhttps://github.com/ararog/tkn
max_upload_size
id1551173
size43,938
ararog (ararog)

documentation

README

tk

A small library to generate tokens.

Installation

tk = { git = "https://github.com/ararog/tk.git" }

Usage

use tk::tk;

let code = tk(8);

println!("{}", code);

All set!

Commit count: 10

cargo fmt