13 unstable releases (3 breaking)

0.4.2 Aug 20, 2024
0.3.4 Aug 16, 2024
0.3.1 Jul 25, 2024
0.1.5 Aug 13, 2023
0.1.1 Aug 31, 2022

#34 in Compression

Download history 14873/week @ 2024-08-24 15124/week @ 2024-08-31 14528/week @ 2024-09-07 14004/week @ 2024-09-14 15447/week @ 2024-09-21 13827/week @ 2024-09-28 15225/week @ 2024-10-05 14370/week @ 2024-10-12 15951/week @ 2024-10-19 16089/week @ 2024-10-26 16559/week @ 2024-11-02 17516/week @ 2024-11-09 18782/week @ 2024-11-16 19093/week @ 2024-11-23 19314/week @ 2024-11-30 17056/week @ 2024-12-07

76,622 downloads per month
Used in include-blob

Apache-2.0 WITH LLVM-exception

175KB
3.5K SLoC

Rust 2K SLoC // 0.1% comments C++ 1.5K SLoC // 0.1% comments

A writer for object file ar archives

This is a Rust port of LLVM's archive writer (see the LLVM Reference for details) with the following options removed:

  • Deterministic: always enabled.
  • Symbol tables: always enabled.

License

Licensed under Apache License v2.0 with LLVM Exceptions (LICENSE.txt or https://llvm.org/LICENSE.txt)

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1–1.5MB
~29K SLoC