tokio-ar

Crates.iotokio-ar
lib.rstokio-ar
version0.9.0
created_at2025-11-23 18:36:30.432785+00
updated_at2025-11-23 18:36:30.432785+00
descriptionLibrary for encoding/decoding Unix archive files (tokio support)
homepage
repositoryhttps://github.com/kpcyrd/tokio-ar
max_upload_size
id1946844
size98,190
(kpcyrd)

documentation

README

rust-ar

Crates.io Documentation

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

Documentation: https://docs.rs/tokio-ar

Overview

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. 🖤

License

tokio-ar is made available under the MIT License.

Commit count: 0

cargo fmt