https://github.com/softdevteam/rustgc_paper
https://github.com/softdevteam/rustgc_paper
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/softdevteam/rustgc_paper
- Owner: softdevteam
- Created: 2021-12-08T08:30:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T11:56:43.000Z (5 months ago)
- Last Synced: 2025-09-12T13:24:23.385Z (5 months ago)
- Language: TeX
- Size: 5.93 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.