string_stupidify 0.1.2

Collection of helper functions to format strings in unusual ways
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "string_stupidify"
description = "Collection of helper functions to format strings in unusual ways"
version = "0.1.2"
authors = ["Stephan Goeppentin <dedda102@gmail.com>"]
edition = "2018"
license = "LGPL-3.0"
repository = "https://github.com/Dedda/rust-string-stupidify"
readme = "README.md"

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
rand = "0.6.5"