https://github.com/xmas7/too-many-lists
Building requires an instance of rustbook be set up on your machine. The only way to do this correctly is to build Rust from scratch with ./configure --enable-rpath and steal their copy of rustbook.
https://github.com/xmas7/too-many-lists
Last synced: about 2 months ago
JSON representation
Building requires an instance of rustbook be set up on your machine. The only way to do this correctly is to build Rust from scratch with ./configure --enable-rpath and steal their copy of rustbook.
- Host: GitHub
- URL: https://github.com/xmas7/too-many-lists
- Owner: xmas7
- Created: 2022-09-06T00:02:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T00:05:27.000Z (over 2 years ago)
- Last Synced: 2025-02-01T09:27:42.800Z (4 months ago)
- Language: Rust
- Homepage: http://cglab.ca/~abeinges/blah/too-many-lists/book/
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Rust by writing Entirely Too Many linked lists
Read the pretty version at http://cglab.ca/~abeinges/blah/too-many-lists/book/
Building requires an instance of rustbook be set up on your machine.
The only way to do this correctly is to build Rust from scratch with
`./configure --enable-rpath` and steal their copy of rustbook.Once you have, you just need to do:
```
rm -rf book/ && rustbook build text/ book/
```