Documentation can be found at https://docs.rs/is_utf8
Add this to your Cargo.toml
:
toml
[dependencies]
is_utf8 = "0.1"
and this to your crate root (if you're using Rust 2015):
rust
extern crate is_utf8;
This project is licensed under either of
at your option.