ar_archive_writer

Crates.ioar_archive_writer
lib.rsar_archive_writer
version0.3.0
sourcesrc
created_at2022-08-08 15:56:59.071878
updated_at2024-04-16 15:22:37.56521
descriptionA writer for object file ar archives
homepage
repositoryhttps://github.com/rust-lang/ar_archive_writer
max_upload_size
id640899
size202,312
(rust-lang-owner)

documentation

README

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.

Commit count: 28

cargo fmt