| Crates.io | ar |
| lib.rs | ar |
| version | 0.9.0 |
| created_at | 2017-02-20 02:38:17.671318+00 |
| updated_at | 2021-08-16 23:41:03.233514+00 |
| description | A library for encoding/decoding Unix archive files. |
| homepage | |
| repository | https://github.com/mdsteele/rust-ar |
| max_upload_size | |
| id | 8598 |
| size | 84,409 |
A rust library for encoding/decoding Unix archive (.a) files.
Documentation: https://docs.rs/ar
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.
rust-ar is made available under the MIT License.