Skip to content

fbecart/borrow-checker-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code samples for the Borrow Checker presentation.

Each code sample is a /examples/*.rs file.

Getting started

# Install rustup
curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env

# Clone the repository
git clone git@github.com:fbecart/borrow-checker-examples.git

# Test your setup
cd borrow-checker-examples
cargo run

Run an example

# Run /examples/close-file.rs
cargo run --example close-file

About

Code samples for the Borrow Checker presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages