Files
arrayvec/nodrop/Cargo.toml
T
2015-05-22 14:25:21 +02:00

13 lines
298 B
TOML

[package]
name = "nodrop"
version = "0.1.1"
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"]