# too-many-lists **Repository Path**: zevichen/too-many-lists ## Basic Information - **Project Name**: too-many-lists - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.