string_stupidify 0.2.1

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
16
17
[package]
name = "string_stupidify"
description = "Collection of helper functions to format strings in unusual ways"
version = "0.2.1"
authors = ["Stephan Goeppentin <dedda102@gmail.com>"]
edition = "2018"
license = "LGPL-3.0"
repository = "https://github.com/Dedda/rust-string-stupidify"
readme = "README.md"
#publish = false

[badges]
travis-ci = { repository = "Dedda/rust-string-stupidify" }
maintenance = { status = "actively-developed" }

[dependencies]
rand = "0.6.5"