[dependencies]
[lib]
name = "is_printable"
path = "src/lib.rs"
[package]
authors = ["Amir Abdin <amab8901@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Identify whether a given character is printable."
documentation = "https://docs.rs/is_printable"
edition = "2021"
keywords = ["is_printable", "char", "utf8", "ascii", "printable"]
license = "MIT OR Apache-2.0"
name = "is_printable"
readme = "README.md"
repository = "https://github.com/amab8901/is_printable"
rust-version = "1.80.0"
version = "0.0.2"