cap 0.1.2

An allocator that can track and limit memory usage. This crate provides a generic allocator that wraps another allocator, tracking memory usage and enabling limits to be set.
Documentation
[badges.azure-devops]
pipeline = "tests"
project = "alecmocatta/cap"

[badges.maintenance]
status = "passively-maintained"

[dependencies]

[features]
nightly = []
stats = []

[package]
authors = ["Alec Mocatta <alec@mocatta.net>"]
categories = []
description = """
An allocator that can track and limit memory usage.

This crate provides a generic allocator that wraps another allocator, tracking memory usage and enabling limits to be set.
"""
documentation = "https://docs.rs/cap"
edition = "2018"
exclude = ["/azure-pipelines.yml"]
homepage = "https://github.com/alecmocatta/cap"
keywords = []
license = "MIT OR Apache-2.0"
name = "cap"
readme = "README.md"
repository = "https://github.com/alecmocatta/cap"
version = "0.1.2"