Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sild/libs_rs
One more objects pool with auto-return
https://github.com/sild/libs_rs
pool rust
Last synced: 17 days ago
JSON representation
One more objects pool with auto-return
- Host: GitHub
- URL: https://github.com/sild/libs_rs
- Owner: Sild
- License: apache-2.0
- Created: 2024-09-06T23:25:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T20:52:15.000Z (3 months ago)
- Last Synced: 2024-11-05T20:54:08.598Z (3 months ago)
- Topics: pool, rust
- Language: Rust
- Homepage: https://crates.io/crates/autoreturn-pool
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libs_rs
General purpose libraries collection
| package_name | src | description |
|--------------|----------------------------------|--------------------------------------|
| auto_pool | [src/auto_pool](./src/auto_pool) | automatically return managed objects |