random-string 0.1.2

Allows to generate random strings based on a given charset and length.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "random-string"
version = "0.1.2"
authors = ["FssAy <49795742+DmitrijVC@users.noreply.github.com>"]
edition = "2018"
license = "GPL-3.0-only"
description = "Allows to generate random strings based on a given charset and length."
# documentation = "-"
repository = "https://github.com/DmitrijVC/random-string"
readme = "README.md"

[dependencies]
random-number = "0.1.3"