toy_pool

Crates.iotoy_pool
lib.rstoy_pool
version0.1.1
sourcesrc
created_at2021-08-25 11:53:45.815583
updated_at2021-08-25 12:04:20.922782
descriptionPool with reference-counted items
homepage
repository
max_upload_size
id442134
size15,299
toyboot4e (toyboot4e)

documentation

README

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.

Commit count: 0

cargo fmt