is_utf8 0.1.0-alpha

Provides functions to determine if a sequence of bytes is valid utf-8.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.libc]
version = "0.2"

[package]
authors = ["Árni Dagur <arni@dagur.eu>"]
description = "Provides functions to determine if a sequence of bytes is valid utf-8."
edition = "2018"
license = "Apache-2.0"
name = "is_utf8"
repository = "https://github.com/ArniDagur/rust-isutf8"
version = "0.1.0-alpha"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg dox"]