rust-rabbit This repo contains examples discussed on Rust Rabbit. Run the Examples Rust's Cargo utility provides a convenient mechanism for running example code. To run the basic ownership example from the root of this repo, use: cargo run --example basic-ownership