https://github.com/softdevteam/rgcrt
The experimental Rust GC runtime
https://github.com/softdevteam/rgcrt
Last synced: 5 months ago
JSON representation
The experimental Rust GC runtime
- Host: GitHub
- URL: https://github.com/softdevteam/rgcrt
- Owner: softdevteam
- Created: 2019-04-24T16:49:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T11:59:33.000Z (over 6 years ago)
- Last Synced: 2025-06-09T16:47:06.731Z (8 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The experimental Rust GC runtime
#### WARNING
This runtime library is built to work with LLVM's Statepoint GC API which is
only compatible with x86_64 architecture.