c110696a96
With the release of arrayvec 0.5, these crates are unused. With the release of Rust 1.36 and MaybeUninit, these crates have no purpose (but for older Rust releases).
23 lines
550 B
TOML
23 lines
550 B
TOML
[package]
|
|
name = "nodrop-union"
|
|
version = "0.1.11"
|
|
authors = ["bluss"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
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.
|
|
|
|
***Deprecated: Use ManuallyDrop or MaybeUninit instead!***
|
|
"""
|
|
repository = "https://github.com/bluss/arrayvec"
|
|
|
|
keywords = []
|
|
|
|
[package.metadata.release]
|
|
no-dev-version = true
|
|
tag-name = "nodrop-union-{{version}}"
|
|
|
|
[badges.maintenance]
|
|
status = "deprecated"
|