wr_malloc_size_of 0.1.0

Internal utility to measure memory usage in WebRender.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["The Servo Project Developers"]
description = "Internal utility to measure memory usage in WebRender."
name = "wr_malloc_size_of"
version = "0.1.0"
license = "MIT/Apache-2.0"
edition = "2018"

[lib]
path = "lib.rs"

[dependencies]
app_units = "0.7"
euclid = "0.20"