From 5275d1208994060ea513b1f6c4f9e0f6cdcda813 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Tue, 16 Jun 2026 20:52:45 +0200 Subject: [PATCH] Add `maybe-uninit` crate --- data/maybe-uninit.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/maybe-uninit.toml diff --git a/data/maybe-uninit.toml b/data/maybe-uninit.toml new file mode 100644 index 0000000..0a29ffb --- /dev/null +++ b/data/maybe-uninit.toml @@ -0,0 +1,5 @@ +description = """ +This crate was a backport of `std::mem::MaybeUninit`, which has been stable \ +since Rust 1.36 and fully replaces it. +""" +url = "https://doc.rust-lang.org/std/mem/union.MaybeUninit.html"