zkp-logging-allocator 0.2.0

Wrapper around the system allocator that logs large allocations
[dependencies.log]
default_features = false
version = "0.4.8"

[features]
default = ["std", "enable"]
enable = []
std = ["log/std"]

[package]
authors = ["Remco Bloemen <remco@0x.org>", "Mason Liang <mason@0x.org>", "Paul Vienhage <paul@0x.org>"]
categories = ["algorithms", "rust-patterns", "memory-management", "no-std", "wasm"]
description = "Wrapper around the system allocator that logs large allocations"
edition = "2018"
keywords = ["logging", "allocator", "no-std"]
license = "Apache-2.0"
name = "zkp-logging-allocator"
readme = "Readme.md"
repository = "https://github.com/0xProject/starkcrypto/tree/master/utils/logging-allocator"
version = "0.2.0"