[go: up one dir, main page]

heapsize 0.3.3

Infrastructure for measuring the total runtime size of an object on the heap
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "heapsize"
version = "0.3.3"
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"

[build-dependencies]
regex = "0.1"

[dependencies]
kernel32-sys = "0.2.1"

[features]
unstable = []