rust-ar

Rust library for encoding/decoding Unix archive (.a) files

MIT License

Downloads
3.5M
Stars
43
Committers
14

rust-ar

A rust library for encoding/decoding Unix archive (.a) files.

Documentation: https://docs.rs/ar

Overview

The ar crate is a pure Rust implementation of a Unix archive file reader and writer. This library provides a streaming interface, similar to that of the tar crate, that avoids having to ever load a full archive entry into memory.

License

rust-ar is made available under the MIT License.