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
# Examples

This folder contains example scripts that can be used to interact with
the `cargo-rx` crate.

## Quickstart

First, start out by cloning the GitHub project:

```shell
❯❯ git clone https://github.com/rnag/cargo-rx.git
```

Then, simply `cd` into the project folder:

```shell
❯❯ cd cargo-rx
```

Install the project locally via Cargo:
```shell
❯❯ cargo install --path .
```

From here, you can use the `rx` binary to build and run
any of the examples individually.

In particular, here's a sample usage of running `examples/logging.rs`:

```shell
❯❯ rx logging
```