Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mbrubeck/mar
- Owner: mbrubeck
- License: mpl-2.0
- Created: 2017-10-07T19:08:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T04:06:37.000Z (about 7 years ago)
- Last Synced: 2023-04-09T21:41:28.321Z (over 1 year ago)
- Topics: archive, mozilla, rust, signature
- Language: Rust
- Homepage: https://crates.io/crates/mar
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 archivesThis code is subject to the terms of the Mozilla Public License, v. 2.0.
[1]: https://wiki.mozilla.org/Software_Update:MAR