mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 17:58:16 +00:00
10 lines
367 B
TOML
10 lines
367 B
TOML
[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"
|