Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbrubeck/mar

Rust library for reading and writing Mozilla Archive (MAR) files
https://github.com/mbrubeck/mar

archive mozilla rust signature

Last synced: 17 days ago
JSON representation

Rust library for reading and writing Mozilla Archive (MAR) files

Awesome Lists containing this project

README

        

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

* [Documentation](https://docs.rs/mar/)
* [crates.io](https://crates.io/crates/mar)

Currently supports:

* Extracting MAR archives

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.

[1]: https://wiki.mozilla.org/Software_Update:MAR