Split out nodrop::NoDrop to its own crate

This commit is contained in:
root
2015-05-21 11:53:05 +02:00
parent 6e29c390ed
commit c146002c83
2 changed files with 152 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "nodrop"
version = "0.1.0"
authors = ["bluss"]
license = "MIT/Apache-2.0"
description = "A wrapper type to inhibit drop (destructor)."
documentation = "http://bluss.github.io/arrayvec/doc/nodrop"
repository = "https://github.com/bluss/arrayvec"
keywords = ["container", "drop"]