Skip to content

AltaModaTech/rust-rabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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