heapsize_plugin 0.1.6

Automatically generating infrastructure for measuring the total runtime size of an object on the heap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "heapsize_plugin"
version = "0.1.6"
authors = ["The Servo Project Developers"]
description = "Automatically generating infrastructure for measuring the total runtime size of an object on the heap"
license = "MPL-2.0"
repository = "https://github.com/servo/heapsize"

[lib]
name = "heapsize_plugin"
path = "src/lib.rs"
plugin = true

[dev-dependencies]
heapsize = {path = "..", version = "0.3"}