mar

Crates.iomar
lib.rsmar
version0.2.0
sourcesrc
created_at2017-10-07 21:39:42.229085
updated_at2022-08-26 15:23:42.699776
descriptionLibrary for reading and writing Mozilla Archive files
homepage
repositoryhttps://github.com/Mossop/mar
max_upload_size
id34771
size32,279
Dave Townsend (Mossop)

documentation

https://docs.rs/mar/

README

Crates.io docs.rs License

This is a Rust implementation of the Mozilla Archive (MAR) file format used to deliver automatic updates to Firefox. It includes both a library and a command-line tool for reading and writing MAR files.

Currently supports:

  • Reading the list of files in a MAR archive
  • Extracting file content from a MAR archive

Not yet supported:

  • Creating MAR archives
  • Signing MAR archives
  • Verifying signed MAR archives

This code is subject to the terms of the Mozilla Public License, v. 2.0.

Commit count: 19

cargo fmt