Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-unofficial/too-many-lists
Learn Rust by writing Entirely Too Many linked lists
https://github.com/rust-unofficial/too-many-lists
Last synced: 15 days ago
JSON representation
Learn Rust by writing Entirely Too Many linked lists
- Host: GitHub
- URL: https://github.com/rust-unofficial/too-many-lists
- Owner: rust-unofficial
- License: mit
- Created: 2015-05-23T16:58:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T21:22:22.000Z (6 months ago)
- Last Synced: 2024-05-22T08:05:12.061Z (6 months ago)
- Language: Rust
- Homepage: https://rust-unofficial.github.io/too-many-lists/
- Size: 2.76 MB
- Stars: 3,045
- Watchers: 39
- Forks: 274
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- License: license-MIT
Awesome Lists containing this project
- awesome-rust-list - rust-unofficial/too-many-lists - unofficial/too-many-lists?style=social"/> : [Learning Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/index.html). (Data Structure and Algorithm)
- awesome-rust-list - rust-unofficial/too-many-lists - unofficial/too-many-lists?style=social"/> : [Learning Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/index.html). (Data Structure and Algorithm)
README
# Learn Rust by writing Entirely Too Many Linked Lists
[![Build Status](https://travis-ci.org/rust-unofficial/too-many-lists.svg?branch=master)](https://travis-ci.org/rust-unofficial/too-many-lists)Read the pretty version at https://rust-unofficial.github.io/too-many-lists/.
# Building
Building requires mdbook, which can be installed from crates.io:
```sh
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:
```sh
mdbook build
```---
If you'd prefer, this project can also be built with
[GitBook](https://github.com/GitbookIO/gitbook), although GitBook
is not officially supported and compatibility is therefore
uncertain and incidental.