6 releases
0.1.4 | Jan 28, 2020 |
---|---|
0.1.3 | Jan 8, 2020 |
0.1.2 | Nov 25, 2019 |
0.1.1 | Nov 17, 2019 |
0.1.0 | Nov 16, 2019 |
#1496 in Text processing
25 downloads per month
5MB
1.5K
SLoC
is_utf8
Documentation
Documentation can be found at https://docs.rs/is_utf8
Usage
Add this to your Cargo.toml
:
[dependencies]
is_utf8 = "0.1"
and this to your crate root (if you're using Rust 2015):
extern crate is_utf8;
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.