[go: up one dir, main page]

ascii 0.8.1

ASCII-only equivalents to `char`, `str` and `String`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
test = [{name = "tests", path = "tests.rs"}]

[package]
name = "ascii"
version = "0.8.1"
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"
repository = "https://github.com/tomprogrammer/rust-ascii"

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