Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 515 Bytes

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:

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.