utf8-cstr 0.1.0

Type wrappers promising null termination and utf-8 validity. The intersection of `std::ffi::CStr` and `str`
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "utf8-cstr"
version = "0.1.0"
authors = ["Cody P Schafer <dev@codyps.com>"]
license = "Apache-2.0 OR MIT"
description = "Type wrappers promising null termination and utf-8 validity. The intersection of `std::ffi::CStr` and `str`"
repository = "https://github.com/jmesmon/utf8-cstr"
documentation = "http://codyps.com/docs/utf8-cstr/x86_64-unknown-linux-gnu/stable/utf8_cstr/index.html"

[dependencies]