is_printable 0.1.2

Determine whether a given text-based value is printable.
Documentation
[dev-dependencies.colored]
version = "2.1.0"

[lib]
name = "is_printable"
path = "src/lib.rs"

[lints.clippy]
let_and_return = "allow"
missing_errors_doc = "allow"
missing_inline_inpublic_items = "allow"
missing_panics_doc = "allow"
mod_module_files = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
non_exhaustive_structs = "allow"
self_named_module_files = "allow"
similar_names = "allow"
std_instead_of_core = "allow"
too_many_arguments = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
authors = ["Amir Abdin <amab8901@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Determine whether a given text-based value 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.1.2"