Crates.io | armory |
lib.rs | armory |
version | 0.1.0 |
source | src |
created_at | 2024-01-10 01:35:24.065713 |
updated_at | 2024-01-10 01:35:24.065713 |
description | a fast pool for storing lots of objects of one type without fragmenting |
homepage | |
repository | https://gitlab.com/DangerInteractive/Armory |
max_upload_size | |
id | 1094794 |
size | 26,880 |
a fast pool for storing lots of objects of one type without fragmenting
This is a Rust library, available through crates.io. To install in your project, add it to your Cargo.toml as a dependency:
[dependencies]
armory = "0.1.0"
Or run the following command from within your project directory:
cargo add armory