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
- Host: GitHub
- URL: https://github.com/toyboot4e/toy_pool
- Owner: toyboot4e
- License: mit
- Created: 2021-08-25T08:38:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-26T13:50:03.000Z (almost 5 years ago)
- Last Synced: 2025-03-15T23:28:33.402Z (over 1 year ago)
- Language: Rust
- Homepage: https://docs.rs/toy_pool/
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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