| Crates.io | tokio-ar |
| lib.rs | tokio-ar |
| version | 0.9.0 |
| created_at | 2025-11-23 18:36:30.432785+00 |
| updated_at | 2025-11-23 18:36:30.432785+00 |
| description | Library for encoding/decoding Unix archive files (tokio support) |
| homepage | |
| repository | https://github.com/kpcyrd/tokio-ar |
| max_upload_size | |
| id | 1946844 |
| size | 98,190 |
A rust library for encoding/decoding Unix archive (.a) files.
Documentation: https://docs.rs/tokio-ar
The tokio-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.
It's a fork of Matthew D. Steele's rust-ar. 🖤
tokio-ar is made available under the MIT License.