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
abilistsfile 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!