nodrop-union 0.1.11

A wrapper type to inhibit drop (destructor). Implementation crate for nodrop, the untagged unions implementation (which is unstable / requires nightly) as of this writing. ***Deprecated: Use ManuallyDrop or MaybeUninit instead!***
Documentation
[badges.maintenance]
status = "deprecated"

[package]
authors = ["bluss"]
description = "A wrapper type to inhibit drop (destructor). Implementation crate for nodrop, the untagged unions implementation (which is unstable / requires nightly) as of this writing.\n\n***Deprecated: Use ManuallyDrop or MaybeUninit instead!***\n"
keywords = []
license = "MIT/Apache-2.0"
name = "nodrop-union"
repository = "https://github.com/bluss/arrayvec"
version = "0.1.11"
[package.metadata.release]
no-dev-version = true
tag-name = "nodrop-union-{{version}}"