| Crates.io | sludge-ar-with-ranlib |
| lib.rs | sludge-ar-with-ranlib |
| version | 0.8.0 |
| created_at | 2023-01-23 19:30:27.451224+00 |
| updated_at | 2023-01-23 19:30:27.451224+00 |
| description | A library for encoding/decoding Unix archive files. |
| homepage | |
| repository | https://github.com/mdsteele/rust-ar |
| max_upload_size | |
| id | 766108 |
| size | 106,001 |
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.