Skip to content

Latest commit

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

random-string

A simple crate that allows you to generate random strings based on a given charset and length.

Usage

Add a dependence in Cargo.toml

[dependencies]
random-string = "1.0"

Example

use random_string::generate;fnmain(){let charset = "1234567890";println!("[{}]", generate(6, charset));}

About

Allows to generate random strings based on a given charset and length.

Topics

Resources

Stars

6 stars

Watchers

2 watching

Forks

Contributors

Languages