tenacious 0.0.2

A plugin to prevent certain types from being moved
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "tenacious"
version = "0.0.2"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
description = "A plugin to prevent certain types from being moved"
repository = "https://github.com/Manishearth/rust-tenacious"
readme = "README.md"
license = "MPL-2.0"
keywords = ["tenacious", "move", "plugin"]

[lib]
name = "tenacious"
plugin = true

[dev-dependencies]
compiletest_rs = "*"