[go: up one dir, main page]

cstr_core 0.1.1

Implementation of CStr and CString for no_std environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cstr_core"
version = "0.1.1"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Implementation of CStr and CString for no_std environments."
documentation = "https://docs.rs/cstr_core/"
license = "Apache-2.0/MIT"
repository = "https://github.com/Amanieu/cstr_core"
readme = "README.md"
keywords = ["cstr", "cstring", "no_std", "string", "c"]

[dependencies]
cty = "0.1"
memchr = { version = "2.0", default-features = false }

[features]
alloc = []