cstrptr 0.1.0

FFI-compatible and no-std &'a CStr
Documentation
[dependencies.cty]
version = "^0.2.0"

[dependencies.memchr]
default-features = false
optional = true
version = "^2.2.1"

[features]
alloc = []
default = ["memchr"]
std = []
unstable = []

[package]
authors = ["arc"]
categories = ["no-std", "development-tools::ffi"]
description = "FFI-compatible and no-std &'a CStr"
documentation = "https://docs.rs/cstrptr/"
edition = "2018"
keywords = ["cstr", "cstring", "no-std"]
license = "MIT"
name = "cstrptr"
repository = "https://github.com/arcnmx/cstrptr-rs"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["std", "unstable"]