uninitialized

Crates.iouninitialized
lib.rsuninitialized
version0.0.2
sourcesrc
created_at2015-07-21 07:15:41.717655
updated_at2016-07-09 19:43:57.572943
descriptionOpt-in unsafe uninitialized memory
homepage
repositoryhttps://github.com/arcnmx/uninitialized-rs
max_upload_size
id2642
size6,067
(arcnmx)

documentation

http://arcnmx.github.io/uninitialized-rs/uninitialized

README

uninitialized-rs

travis-badge release-badge docs-badge license-badge

uninitialized provides std::mem::uninitialized() behaviour only when a project is willing to take the risk of uninitialized data being passed to external interfaces. By default it is equivalent to std::mem::zeroed().

Enabling uninitialized

The feature uninitialized may be turned on to revert to the unsafe behaviour. Optionally, the UNSAFE_UNINITIALIZED=1 environment variable may be set at build time.

Documentation

See the documentation for up to date information.

Commit count: 8

cargo fmt