cargo-rx 0.3.0

A simple fuzzy finder that allows you to search and run examples from the command line. It comes with the `rx` command.
Documentation
1
2
3
4
5
6
7
8
9
//! This example specifies a value for `example.path` in
//! the `Cargo.toml` file, so it is able to be discovered
//! by Cargo.
//!
//! This is the *first* custom path example.
//!
fn main() {
    println!("This is a custom path example #1")
}