[dependencies.cty]
version = "0.2.1"
[dependencies.memchr]
default-features = false
version = "2.3.3"
[features]
alloc = []
arc = []
default = ["arc", "alloc"]
nightly = []
std = []
use_libc = ["memchr/libc"]
[package]
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
categories = ["data-structures", "no-std"]
description = "Implementation of CStr and CString for no_std environments."
documentation = "https://docs.rs/cstr_core/"
edition = "2018"
keywords = ["cstr", "cstring", "no_std", "string", "c"]
license = "Apache-2.0/MIT"
name = "cstr_core"
readme = "README.md"
repository = "https://github.com/Amanieu/cstr_core"
version = "0.2.6"