comet-gc 0.1.3

Garbage collection library for implementing VMs in Rust
Documentation
1
2
3
4
5
6
7
8
# Comet 

General purpose garbage collector library. 


# How to use? 

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.