Skip to content

TQ Code Generator Core is a Rust library for generating random codes of varying lengths. It was created to power the code generation tools at ToolQuarry, but it can be used in any Rust project that needs to generate unique codes.

License

Notifications You must be signed in to change notification settings

toolquarry/tq-code-generator-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TQ Code Generator Core

TQ Code Generator Core is a Rust library for generating random codes of varying lengths. It was created to power the code generation tools at ToolQuarry, but it can be used in any Rust project that needs to generate unique codes.

Installation

Add tq-code-generator-core to your project's Cargo.toml file:

[dependencies]
tq-code-generator-core = "0.1.0"

Usage

Here's an example of how to use tq-code-generator-core to generate a random code:

use tq_code_generator_core::generate_random_code;

fn main() {
    let code = generate_random_code(8);
    println!("{}", code);
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

TQ Code Generator Core is a Rust library for generating random codes of varying lengths. It was created to power the code generation tools at ToolQuarry, but it can be used in any Rust project that needs to generate unique codes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages