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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = { version = "0.8.5", features = ["small_rng"] }