abilists 0.1.0

Parse `abilists` files from the Zig project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `abilists`

This repo is a Rust crate that parses `abilists` generated by the Zig project's
[`glibc-abi-tool` repository](https://github.com/ziglang/glibc-abi-tool/).

This repo is a nerdsnipe from [this tweet by Andrew
Kelley](https://mobile.twitter.com/andy_kelley/status/1470338795266457600).

## Getting started

1. Generate the `abilists` file in `deps/glibc-abi-tool`.
    1. Install the latest [Zig toolchain]https://ziglang.org/.
    2. Change your working directory to `deps/glibc-abi-tool`.
    3. Run `zig run consolidate.zig`.
2. 🎉Congrats, you're ready to start hacking on this project!