Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://rust-unofficial.github.io/too-many-lists/
Learn Rust by writing Entirely Too Many linked lists
https://rust-unofficial.github.io/too-many-lists/
Last synced: 2 months ago
JSON representation
Learn Rust by writing Entirely Too Many linked lists
- Host: GitHub
- URL: https://rust-unofficial.github.io/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-07-30T02:09:48.000Z (6 months ago)
- Last Synced: 2024-11-01T16:04:19.301Z (2 months ago)
- Language: Rust
- Homepage: https://rust-unofficial.github.io/too-many-lists/
- Size: 2.76 MB
- Stars: 3,218
- Watchers: 41
- Forks: 281
- Open Issues: 74
-
Metadata Files:
- Readme: README.md
- License: license-MIT
Awesome Lists containing this project
- awesome-rust - Learning Rust With Entirely Too Many Linked Lists - depth exploration of Rust's memory management rules, through implementing a few different types of list structures. (Resources / Web programming)
- awesome-rust-cn - Learning Rust With Entirely Too Many Linked Lists
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.