Co-Authored-By: japaric <jorge@japaric.io>
This commit is contained in:
James Munns
2018-11-05 01:54:09 +01:00
committed by GitHub
parent acf1670892
commit 8d795dba74

View File

@@ -16,7 +16,7 @@ is similar enough or the same.
types such as Strings, mapping both `&str` and `String`
to C-types that are easier and safer to handle.
Neither of these modules in available in `core`, but you can find a `#![no_std]`
Neither of these modules are available in `core`, but you can find a `#![no_std]`
compatible version of `std::ffi::{CStr,CString}` in the [`cstr_core`] crate, and
most of the `std::os::raw` types in the [`cty`] crate.