# Arena64

[](https://crates.io/crates/arena64)
[](https://docs.rs/arena64)
Arena64 provides concurrent data structures that return slots which provide mutually exclusive access to interior cells. Slots can be converted into/from raw pointers tagged with the index using the low bits, making these data structures particularly well suited for use-cases that require thin pointers.