armory 0.1.0

a fast pool for storing lots of objects of one type without fragmenting
Documentation
  • Coverage
  • 93.94%
    31 out of 33 items documented0 out of 25 items with examples
  • Size
  • Source code size: 26.56 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.19 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • DangerInteractive/Armory
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • RaidoWolf

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