aboutsummaryrefslogtreecommitdiff
path: root/lib/arena/Cargo.toml
blob: b9dbb7ef35d93aa2a186d40dcc7139f2ff79846f (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "la-arena"
version = "0.1.1"
description = "Simple index-based arena without deletion."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-analyzer/rust-analyzer"
documentation = "https://docs.rs/la-arena"
categories = ["data-structures", "memory-management", "rust-patterns"]
authors = ["rust-analyzer developers"]
edition = "2018"