Crates.io | comet-gc |
lib.rs | comet-gc |
version | 0.1.3 |
source | src |
created_at | 2021-10-30 11:20:49.92807 |
updated_at | 2021-11-17 11:49:11.550622 |
description | Garbage collection library for implementing VMs in Rust |
homepage | |
repository | https://github.com/Starlight-JS/comet |
max_upload_size | |
id | 474358 |
size | 134,926 |
General purpose garbage collector library.
To use this library in comfortable way you have to write small wrapper over it. Example of it you can find under comet-api
directory.