From a2e4c2e64e936ebb0bfe54cb6d629070f0615ce4 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Tue, 16 Jun 2026 21:33:47 +0200 Subject: [PATCH] Add `cstr_core` crate --- data/cstr_core.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/cstr_core.toml diff --git a/data/cstr_core.toml b/data/cstr_core.toml new file mode 100644 index 0000000..26d19cb --- /dev/null +++ b/data/cstr_core.toml @@ -0,0 +1,5 @@ +description = """ +`CStr` moved into `core::ffi` and `CString` into `alloc::ffi`, both stable \ +since Rust 1.64, so `no_std` crates no longer need this backport. +""" +url = "https://doc.rust-lang.org/core/ffi/struct.CStr.html"