Crates.io | hirofa_utils |
lib.rs | hirofa_utils |
version | 0.7.4 |
source | src |
created_at | 2021-04-13 21:16:43.955652 |
updated_at | 2024-09-16 08:01:15.868101 |
description | Utils project which is depended on by several other projects |
homepage | |
repository | https://github.com/HiRoFa/utils |
max_upload_size | |
id | 383128 |
size | 46,229 |
This is a utility project which is used in several other projects
Abstractions & traits for JS engine related utilities
A map to which generates its own unique keys (usize)
A very simple cache
A logging Mutex which makes life easier while debugging
A singlethreaded queue which acts as an EventLoop for several JavaScript engine projects
Simple thread pool using tokio