aboutsummaryrefslogtreecommitdiff
path: root/lib/arena/Cargo.toml
blob: f4d2ecb6c85caa0c97ae84e287068d917f9f94db (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "la-arena"
version = "0.2.0"
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"