cargo-rx
is a simple, modern Runner for Examples in a [Cargo] project.
This crate provides a single executable: rx
.
Basically anywhere you would use cargo run --example
in a
Rust project, run rx
instead.
Ensure that you have a fairly recent version of [rust/cargo] installed. Then, run:
shell
$ cargo install cargo-rx
Compiler support: requires rustc 1.58+
(Please check [cargo
's documentation] to learn how cargo install
works and how to set up your system so it finds binaries installed by cargo
.)
Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change.
Check out the Contributing section in the docs for more info.
This project is proudly licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).
cargo-rx
can be distributed according to the MIT license. Contributions
will be accepted under the same license.
cargo-rx
is brought to you by Ritvik Nag.