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

#38 in Compression

Download history 16125/week @ 2024-07-29 15880/week @ 2024-08-05 15845/week @ 2024-08-12 15048/week @ 2024-08-19 14736/week @ 2024-08-26 15252/week @ 2024-09-02 14526/week @ 2024-09-09 14022/week @ 2024-09-16 14992/week @ 2024-09-23 14080/week @ 2024-09-30 15582/week @ 2024-10-07 13893/week @ 2024-10-14 16176/week @ 2024-10-21 16547/week @ 2024-10-28 16441/week @ 2024-11-04 17903/week @ 2024-11-11

69,178 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