Skip to content

Commit ffe008d

Browse files
authored
Add maybe-uninit crate (#10)
1 parent 877ca23 commit ffe008d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

data/maybe-uninit.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
description = """
2+
This crate was a backport of `std::mem::MaybeUninit`, which has been stable \
3+
since Rust 1.36 and fully replaces it.
4+
"""
5+
url = "https://doc.rust-lang.org/std/mem/union.MaybeUninit.html"

0 commit comments

Comments
 (0)