abilists

Crates.ioabilists
lib.rsabilists
version0.1.0
sourcesrc
created_at2022-02-22 01:41:51.290383
updated_at2022-02-22 01:41:51.290383
descriptionParse `abilists` files from the Zig project.
homepage
repositoryhttps://github.com/ErichDonGubler/abilists
max_upload_size
id537089
size37,153,219
Erich Gubler (ErichDonGubler)

documentation

README

abilists

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.

Getting started

  1. Generate the abilists file in deps/glibc-abi-tool.
    1. Install the latest Zig toolchain.
    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!
Commit count: 19

cargo fmt