Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 993 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 993 Bytes

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).