too-many-lists
Learn Rust by writing Entirely Too Many linked lists
File Explorer
Download Latest Version (.zip)- main.yml
- fifth.rs
- first.rs
- fourth.rs
- lib.rs
- second.rs
- silly1.rs
- silly2.rs
- third.rs
- .gitignore
- Cargo.toml
- indy.gif
- profbee.gif
- fifth-basics.md
- fifth-extras.md
- fifth-final.md
- fifth-layout-basics-redux.md
- fifth-layout.md
- fifth-miri.md
- fifth-stacked-borrows.md
- fifth-testing-stacked-borrows.md
- fifth-unsafe.md
- fifth.md
- first-drop.md
- first-final.md
- first-layout.md
- first-new.md
- first-ownership.md
- first-pop.md
- first-push.md
- first-test.md
- first.md
- fourth-breaking.md
- fourth-building.md
- fourth-final.md
- fourth-iteration.md
- fourth-layout.md
- fourth-peek.md
- fourth-symmetry.md
- fourth.md
- infinity-double-single.md
- infinity-stack-allocated.md
- infinity.md
- README.md
- second-final.md
- second-generic.md
- second-into-iter.md
- second-iter-mut.md
- second-iter.md
- second-option.md
- second-peek.md
- second.md
- sixth-basics.md
- sixth-combinatorics.md
- sixth-cursors-impl.md
- sixth-cursors-intro.md
- sixth-cursors-testing.md
- sixth-final.md
- sixth-layout.md
- sixth-panics.md
- sixth-random-bits.md
- sixth-send-sync.md
- sixth-testing.md
- sixth-variance.md
- sixth.md
- SUMMARY.md
- third-arc.md
- third-basics.md
- third-drop.md
- third-final.md
- third-layout.md
- third.md
- .gitignore
- book.toml
- license-MIT
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/rust-unofficial/too-many-lists
Downloads the entire project code from GitHub to your computer.
cd too-many-lists
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Rust (rustup) Rust is required to use cargo.
cargo install mdbook
Builds and installs the package published on crates.io β no need to clone the repo yourself.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo install mdbook
Builds and installs the package published on crates.io β no need to clone the repo yourself.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
