compact_arena 0.3.2

A crate with some types to allow indexed arenas with small memory footprint
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "compact_arena"
version = "0.3.2"
authors = ["Andre Bogus <bogusandre@gmail.de>"]
description = "A crate with some types to allow indexed arenas with small memory footprint"
readme = "README.md"
keywords = ["arena", "no-std", "no-heap"]
categories = ["memory-management", "data-structures", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/llogiq/compact_arena"
[dev-dependencies.compiletest_rs]
version = "0.3"
features = ["stable"]

[dev-dependencies.crossbeam-utils]
version = "0.6.5"

[features]
alloc = []
default = ["alloc"]
uninit = []
[badges.travis-ci]
repository = "llogiq/compact_arena"