2019-01-04 07:01:06 -06:00
|
|
|
[package]
|
2021-01-14 09:47:42 -06:00
|
|
|
name = "la-arena"
|
2023-06-19 22:49:05 -05:00
|
|
|
version = "0.3.1"
|
2021-01-15 02:31:29 -06:00
|
|
|
description = "Simple index-based arena without deletion."
|
2020-07-13 20:57:26 -05:00
|
|
|
license = "MIT OR Apache-2.0"
|
2022-05-14 05:33:48 -05:00
|
|
|
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/la-arena"
|
2021-01-14 17:53:35 -06:00
|
|
|
documentation = "https://docs.rs/la-arena"
|
|
|
|
categories = ["data-structures", "memory-management", "rust-patterns"]
|
2021-10-21 10:49:28 -05:00
|
|
|
edition = "2021"
|
2021-10-23 07:07:11 -05:00
|
|
|
rust-version = "1.56"
|