There was an error while loading. Please reload this page.
cstr_core
1 parent 87d4bf4 commit 877ca23Copy full SHA for 877ca23
1 file changed
data/cstr_core.toml
@@ -0,0 +1,5 @@
1
+description = """
2
+`CStr` moved into `core::ffi` and `CString` into `alloc::ffi`, both stable \
3
+since Rust 1.64, so `no_std` crates no longer need this backport.
4
+"""
5
+url = "https://doc.rust-lang.org/core/ffi/struct.CStr.html"
0 commit comments