Skip to content

Add maybe-uninit crate#10

Merged
Turbo87 merged 1 commit into
mainfrom
maybe-uninit
Jun 18, 2026
Merged

Add maybe-uninit crate#10
Turbo87 merged 1 commit into
mainfrom
maybe-uninit

Conversation

@Turbo87

@Turbo87 Turbo87 commented Jun 16, 2026

Copy link
Copy Markdown
Member

This crate is a backport polyfill of std::mem::MaybeUninit, stable since Rust 1.36. On any toolchain >= 1.36 it just re-exports core::mem::MaybeUninit, so the std type fully replaces it.

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

@est31

est31 commented Jun 18, 2026

Copy link
Copy Markdown
Member

Yeah it's kinda old at this point and probably I don't want to publish any updates for it either way, so pointing users to just use the std version is much better I think. MSRV below 1.36 is quite niche indeed.

@Turbo87

Turbo87 commented Jun 18, 2026

Copy link
Copy Markdown
Member Author

thanks for the confirmation :)

@Turbo87
Turbo87 merged commit ffe008d into main Jun 18, 2026
2 checks passed
@Turbo87
Turbo87 deleted the maybe-uninit branch June 18, 2026 03:35
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