tesuji / too-many-lists

Learn Rust by writing Entirely Too Many linked lists

Home Page:https://tesuji.github.io/too-many-lists/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Rust by writing Entirely Too Many Linked Lists

Build Status

Read the pretty version at https://rust-unofficial.github.io/too-many-lists/.

Building

Building requires mdbook, which can be installed from crates.io:

cargo install mdbook

Assuming you've placed the install directory ~/.cargo/bin into your system PATH, then run from the root of your local copy:

mdbook build

If you'd prefer, this project can also be built with GitBook, although GitBook is not officially supported and compatibility is therefore uncertain and incidental.

About

Learn Rust by writing Entirely Too Many linked lists

https://tesuji.github.io/too-many-lists/

License:MIT License


Languages

Language:Rust 100.0%