advanced-random-string 0.1.1

Provides advanced string generation based on given charsets, lengths, and RNGs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.rand]
features = ["small_rng"]
version = "0.8.5"

[package]
authors = ["Jonathan McClement <jmcclement13@gmail.com>"]
description = "Provides advanced string generation based on given charsets, lengths, and RNGs."
edition = "2021"
license = "MIT"
name = "advanced-random-string"
readme = "README.md"
repository = "https://github.com/mcclementines/advanced-random-string"
version = "0.1.1"