Registry / utility / ra-ap-arena

ra-ap-arena

JSON →
library0.0.33rscratesunverified

Arena allocator for the rust-analyzer project.

# Cargo.toml [dependencies] ra_ap_arena = "0.0.33"
INSTALL
IMPORT
SIG · RA-AP-ARENA
R
ra-ap-arena
utilityrustv0.0.33
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Arena
✓ use ra_ap_arena::Arena;

Creates an arena and allocates a value.

use ra_ap_arena::Arena; fn main() { let mut arena = Arena::new(); let idx = arena.alloc(42); assert_eq!(arena[idx], 42); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.33latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ra-ap-arena — cargo add ra-ap-arena · libregistry