Skip to content

Commit 877ca23

Browse files
authored
Add cstr_core crate (#15)
1 parent 87d4bf4 commit 877ca23

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

data/cstr_core.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)