heapsize 0.4.0

Infrastructure for measuring the total runtime size of an object on the heap
Documentation
[package]
name = "heapsize"
version = "0.4.0"
authors = [ "The Servo Project Developers" ]
description = "Infrastructure for measuring the total runtime size of an object on the heap"
license = "MPL-2.0"
repository = "https://github.com/servo/heapsize"
build = "build.rs"

[target.'cfg(windows)'.dependencies]
kernel32-sys = "0.2.1"

[features]
unstable = []

# https://github.com/servo/heapsize/issues/74
flexible-tests = []