Skip to content

Add cstr_core crate#15

Merged
Turbo87 merged 1 commit into
mainfrom
cstr_core
Jun 17, 2026
Merged

Add cstr_core crate#15
Turbo87 merged 1 commit into
mainfrom
cstr_core

Conversation

@Turbo87

@Turbo87 Turbo87 commented Jun 16, 2026

Copy link
Copy Markdown
Member

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. The crate's CStr / CString and error types map directly to the std ones, so this is a full replacement.

@Amanieu 👋 does this seem accurate to you? any objections? (see rust-lang/crates.io#13855 for more information)

@Amanieu

Amanieu commented Jun 17, 2026

Copy link
Copy Markdown
Member

Yes, this seems fine!

@Turbo87

Turbo87 commented Jun 17, 2026

Copy link
Copy Markdown
Member Author

thanks for the confirmation :)

@Turbo87
Turbo87 merged commit 877ca23 into main Jun 17, 2026
2 checks passed
@Turbo87
Turbo87 deleted the cstr_core branch June 17, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants