An open API service indexing awesome lists of open source software.

https://github.com/toyboot4e/toy_pool

[WIP] Pool of reference-counted items
https://github.com/toyboot4e/toy_pool

Last synced: 9 months ago
JSON representation

[WIP] Pool of reference-counted items

Awesome Lists containing this project

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.

[my-game]: https://github.com/toyboot4e/snowrl