Skip to content

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

License

Notifications You must be signed in to change notification settings

mdsteele/rust-ar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-ar

Build Status Crates.io Documentation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages