]> git.lizzy.rs Git - rust.git/blob - lib/arena/Cargo.toml
Merge iter_for_each_to_for and for_to_iter_for_each assists modules
[rust.git] / lib / arena / Cargo.toml
1 [package]
2 name = "la-arena"
3 version = "0.2.1"
4 description = "Simple index-based arena without deletion."
5 license = "MIT OR Apache-2.0"
6 repository = "https://github.com/rust-analyzer/rust-analyzer"
7 documentation = "https://docs.rs/la-arena"
8 categories = ["data-structures", "memory-management", "rust-patterns"]
9 edition = "2018"