Docs.rs
validify-2.0.0
validify 2.0.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
biblius
Dependencies
card-validate ^2.3
normal
chrono ^0.4.24
normal
idna ^0.5
normal
indexmap ^2
normal
lazy_static ^1.4.0
normal
phonenumber ^0.3.2
normal
regex ^1.7.3
normal
serde ^1.0.152
normal
serde_json ^1
normal
unic-ucd-common ^0.9
normal
url ^2.3.1
normal
validify_derive ^2.0.0
normal
Versions
53.57%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
validate_non_control_character
validify
2.0.0
validify
Function
validate_
non_
control_
character
Copy item path
Source
pub fn validate_non_control_character<T>(alphabetic: T) ->
bool
where T:
AsRef
<
str
> +
Clone
,