nodrop-union 0.1.9
This commit is contained in:
+11
@@ -91,6 +91,17 @@ Recent Changes (nodrop)
|
|||||||
optimization, which skips overwriting if the inner value does not need
|
optimization, which skips overwriting if the inner value does not need
|
||||||
drop.
|
drop.
|
||||||
|
|
||||||
|
Recent Changes (nodrop-union)
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
- 0.1.9
|
||||||
|
|
||||||
|
- Add ``Copy, Clone`` implementations
|
||||||
|
|
||||||
|
- 0.1.8
|
||||||
|
|
||||||
|
- Initial release
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "nodrop-union"
|
name = "nodrop-union"
|
||||||
version = "0.1.8"
|
version = "0.1.9"
|
||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
|
|
||||||
license = "MIT/Apache-2.0"
|
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."
|
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."
|
||||||
documentation = "http://bluss.github.io/arrayvec/doc/nodrop"
|
documentation = "http://bluss.github.io/arrayvec/doc/nodrop_union"
|
||||||
repository = "https://github.com/bluss/arrayvec"
|
repository = "https://github.com/bluss/arrayvec"
|
||||||
|
|
||||||
keywords = ["container", "drop", "no_std"]
|
keywords = ["container", "drop", "no_std"]
|
||||||
|
|||||||
Reference in New Issue
Block a user