nihalpasham / rustBoot-book

rustBoot documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub GitHub Workflow Status (event) chat

rustBoot Book

This repository contains the source for the rustBoot book.

You can read the book for free online.

Contributing

We'd love your help! Please feel free to submit pull requests.

Spellchecking

To scan source files for spelling errors, you can use the spellcheck.sh script available in the ci directory. It needs a dictionary of valid words, which is provided in ci/dictionary.txt. If the script produces a false positive (say, you used word BTreeMap which the script considers invalid), you need to add this word to ci/dictionary.txt (keep the sorted order for consistency).

About

rustBoot documentation

License:MIT License


Languages

Language:Shell 98.9%Language:JavaScript 1.1%