This repo is a Rust crate that parses abilists
generated by the Zig project's
glibc-abi-tool
repository.
This repo is a nerdsnipe from this tweet by Andrew Kelley.
- Generate the
abilists
file indeps/glibc-abi-tool
.- Install the latest Zig toolchain.
- Change your working directory to
deps/glibc-abi-tool
. - Run
zig run consolidate.zig
.
- šCongrats, you're ready to start hacking on this project!