uninit 0.0.1-alpha

A collection of tools for a safer usage of uninitialized memory
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "uninit"
version = "0.0.1-alpha"
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "A collection of tools for a safer usage of uninitialized memory"
homepage = "https://crates.io/crates/uninit"
documentation = "https://docs.rs/uninit"
readme = "README.md"
keywords = ["uninit", "sound", "unsafe", "read", "MaybeUninit"]
categories = ["no-std", "mmeory-management", "rust-patterns"]
license = "MIT"
[package.metadata.docs.rs]
features = ["nightly"]
[dependencies.require_unsafe_in_body]
version = "0.2.0-alpha"

[features]
chain = []
default = []
downcast_as_ReadIntoUninit = []
nightly = []
polonius-check = ["nightly"]