Crates.io | swamp-slot-map |
lib.rs | swamp-slot-map |
version | 0.0.9 |
source | src |
created_at | 2024-11-09 10:33:06.070719 |
updated_at | 2024-11-09 10:33:06.070719 |
description | minimal slot map using index and generation |
homepage | |
repository | https://github.com/piot/swamp-render |
max_upload_size | |
id | 1441970 |
size | 9,960 |
swamp-slot-map
is a fast, efficient, and flexible slot map implementation in Rust. A slot map is a data
structure that stores values indexed by unique handles, with support for efficient insertion, removal,
and iteration. It is commonly used in systems that need to manage collections of items dynamically, such
as games or simulations.
To use swamp-slot-map
, add it to your Cargo.toml
:
[dependencies]
swamp-slot-map = "0.0.9"
This project is licensed under the MIT License - see the LICENSE file for details.