Permalink
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| [package] | |
| name = "cstr_core" | |
| version = "0.1.2" | |
| 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 = [] |