https://github.com/hirofa/utils
https://github.com/hirofa/utils
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirofa/utils
- Owner: HiRoFa
- License: mit
- Created: 2020-09-15T11:33:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T08:02:05.000Z (over 1 year ago)
- Last Synced: 2025-06-07T10:49:35.350Z (about 1 year ago)
- Language: Rust
- Size: 11.7 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hirofa_utils
This is a utility project which is used in several other projects
[DOCS](https://hirofa.github.io/utils/hirofa_utils/index.html)
[CHANGELOG](CHANGELOG.md)
## js_utils
Abstractions & traits for JS engine related utilities
## AutoIdMap
A map to which generates its own unique keys (usize)
## Cache
A very simple cache
## DebugMutex
A logging Mutex which makes life easier while debugging
## EventLoop
A singlethreaded queue which acts as an EventLoop for several JavaScript engine projects
## TaskManager
Simple thread pool using tokio