fetchchromium

Crates.iofetchchromium
lib.rsfetchchromium
version0.4.0
sourcesrc
created_at2022-12-12 17:10:57.473434
updated_at2024-05-13 13:24:13.725717
descriptionA tool to fetch Chromium builds rapidly
homepage
repositoryhttps://github.com/google/fetchchromium
max_upload_size
id735109
size89,816
Adrian Taylor (adetaylor)

documentation

README

fetchchromium

GitHub crates.io docs.rs

A tool to fetch Chromium builds. This is a thin wrapper above the ripunzip library which aims to unzip files in parallel as efficiently as possible.

Installation and use

cargo install fetchchromium then fetchchromium -h. Alternatively, a .deb file is available under the "releases" section on github.

Development

Release procedure:

  1. Revise the version number
  2. cargo publish
  3. Retrieve the latest .deb file from the latest CI job
  4. Declare a new release and tag on github
  5. As you make that release, include the .deb file as an artifact.

License and usage notes

This is not an officially supported Google product.

License

This software is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE for details.

Commit count: 65

cargo fmt