sludge-ar-with-ranlib

Crates.iosludge-ar-with-ranlib
lib.rssludge-ar-with-ranlib
version0.8.0
sourcesrc
created_at2023-01-23 19:30:27.451224
updated_at2023-01-23 19:30:27.451224
descriptionA library for encoding/decoding Unix archive files.
homepage
repositoryhttps://github.com/mdsteele/rust-ar
max_upload_size
id766108
size106,001
Sludge (SludgePhD)

documentation

README

rust-ar

Build Status Build status

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.

Commit count: 68

cargo fmt