Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 392 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 392 Bytes

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