ascii 0.9.0

ASCII-only equivalents to `char`, `str` and `String`.
Documentation
[package]
authors = ["Thomas Bahn <thomas@thomas-bahn.net>", "Torbjørn Birch Moltu <t.b.moltu@lyse.net>", "Simon Sapin <simon.sapin@exyr.org>"]
description = "ASCII-only equivalents to `char`, `str` and `String`."
documentation = "https://tomprogrammer.github.io/rust-ascii/ascii/index.html"
license = "Apache-2.0 / MIT"
name = "ascii"
repository = "https://github.com/tomprogrammer/rust-ascii"
version = "0.9.0"

[dependencies.quickcheck]
optional = true
version = "0.6"

[features]
default = ["std"]
std = []

[[test]]
name = "tests"
path = "tests.rs"