ar_archive_writer 0.2.0

A writer for object file ar archives
Documentation

A writer for object file ar archives

This is a Rust port of LLVM's archive writer (ArchiveWriter.cpp):

  • Based on commit 8ef3e895a (15.0.0-rc3).
  • 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.