random-string 1.1.0

Allows to generate random strings based on a given charset and length.
Documentation
[dependencies.fastrand]
version = "1.4"

[features]
charsets = []
default = ["charsets"]

[lib]
path = "src/random_string.rs"

[package]
authors = ["FssAy <49795742+DmitrijVC@users.noreply.github.com>", "Skarlett@github.com"]
description = "Allows to generate random strings based on a given charset and length."
edition = "2018"
license = "GPL-3.0-only"
name = "random-string"
readme = "README.md"
repository = "https://github.com/DmitrijVC/random-string"
version = "1.1.0"
[profile.release]
opt-level = 3