possibly_uninit 0.1.0-preview

Traits and types helping with using uninitialized memory safely.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
alloc = []
default = []
std = ["alloc"]

[package]
authors = ["Martin Habovstiak <martin.habovstiak@gmail.com>"]
categories = ["no-std", "memory-mangement", "rust-patterns"]
description = "Traits and types helping with using uninitialized memory safely."
edition = "2018"
homepage = "https://github.com/Kixunil/possibly_uninit"
keywords = ["uninitialized", "memory", "MaybeUninit"]
license = "MITNFA"
name = "possibly_uninit"
readme = "README.md"
repository = "https://github.com/Kixunil/possibly_uninit"
version = "0.1.0-preview"