An open API service indexing awesome lists of open source software.

https://github.com/softdevteam/rustgc_paper


https://github.com/softdevteam/rustgc_paper

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

          

# Garbage Collection for Rust: the Finalizer Frontier

> [!IMPORTANT]
> This paper is a work in progress. Once a first draft is ready we will post an
> arXiv link in this README.

This repository contains the source code for the paper. If you have Inkscape
and the TeX live packages installed you can build it as follows:

```shell
git clone https://github.com/softdevteam/rustgc_paper
cd rustgc_paper && make
```

This will create a PDF file called `rustgc_paper.pdf` in the repository's top
level directory.