toy_pool 0.1.1

Pool with reference-counted items
Documentation
  • Coverage
  • 74.29%
    26 out of 35 items documented0 out of 31 items with examples
  • Size
  • Source code size: 15.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • toyboot4e

toy_pool

Items in the pool will be reference-counted with strong Handle s. When no Handle is referring to an item, it can be removed on synchronization, or you can handle it manually.

Motivation

I'm going to re-implement my-game 's scene graph with this crate.