lifetimekata
An exploration of lifetimes in Rust.
File Explorer
Download Latest Version (.zip)- mdbook.yml
- chapter_0.md
- chapter_1.md
- chapter_10.md
- chapter_2.md
- chapter_3.md
- chapter_4.md
- chapter_5.md
- chapter_6.md
- chapter_7.md
- chapter_8.md
- chapter_9.md
- README.md
- SUMMARY.md
- book.toml
- README.md
- README.md
- lib.rs
- Cargo.lock
- Cargo.toml
- lib.rs
- Cargo.lock
- Cargo.toml
- README.md
- lib.rs
- Cargo.lock
- Cargo.toml
- lib.rs
- Cargo.lock
- Cargo.toml
- README.md
- lib.rs
- Cargo.lock
- Cargo.toml
- lib.rs
- Cargo.lock
- Cargo.toml
- README.md
- lib.rs
- Cargo.lock
- Cargo.toml
- lib.rs
- Cargo.lock
- Cargo.toml
- README.md
- README.md
- main.rs
- Cargo.toml
- main.rs
- Cargo.toml
- README.md
- main.rs
- Cargo.toml
- main.rs
- Cargo.toml
- README.md
- README.md
- README.md
- example.rs
- matched_lifetimes.rs
- main.rs
- .gitignore
- Cargo.lock
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- PROGRESS
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/tfpk/lifetimekata
Downloads the entire project code from GitHub to your computer.
cd lifetimekata
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
