armory

Crates.ioarmory
lib.rsarmory
version0.1.0
sourcesrc
created_at2024-01-10 01:35:24.065713
updated_at2024-01-10 01:35:24.065713
descriptiona fast pool for storing lots of objects of one type without fragmenting
homepage
repositoryhttps://gitlab.com/DangerInteractive/Armory
max_upload_size
id1094794
size26,880
Alex Barber (RaidoWolf)

documentation

README

Armory

a fast pool for storing lots of objects of one type without fragmenting

How to Use

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
Commit count: 0

cargo fmt