cargo-quickbuild

Crates.iocargo-quickbuild
lib.rscargo-quickbuild
version0.0.0
sourcesrc
created_at2022-08-06 22:00:59.785964
updated_at2022-08-06 22:00:59.785964
descriptionA wrapper around `cargo build`, using precompiled crates.
homepage
repositoryhttps://github.com/cargo-quick/cargo-quick
max_upload_size
id640001
size118,624
David Laban (alsuren)

documentation

README

Cargo Quickbuild

cargo-quickbuild is a project idea that came out of discussions around cargo-quickinstall. The grand plan is that you can say cargo quickbuild (or cargo quickrun or cargo quicktest?) and it will call out to a service to fetch precompiled assets for dependencies, and then hand off to the non-quick version of the cargo command to finish the job. It is probably a moon-shot, so we did a bunch of analysis before we start, to get an idea of how viable it is. See VIABILITY.md for details.

License

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

See LICENSE-APACHE and LICENSE-MIT for details.

Commit count: 247

cargo fmt