https://github.com/ad-si/Rust-Flashcards
  
  
    Over 550 flashcards to learn Rust from first principles. Written in markdown with script to convert them to an Anki deck or PDF file. 
    https://github.com/ad-si/Rust-Flashcards
  
anki anki-cards anki-deck anki-flashcards deck education flashcard learn learning rust
        Last synced: 7 months ago 
        JSON representation
    
Over 550 flashcards to learn Rust from first principles. Written in markdown with script to convert them to an Anki deck or PDF file.
- Host: GitHub
 - URL: https://github.com/ad-si/Rust-Flashcards
 - Owner: ad-si
 - License: mit
 - Created: 2024-03-03T10:58:05.000Z (over 1 year ago)
 - Default Branch: main
 - Last Pushed: 2024-06-25T19:04:27.000Z (over 1 year ago)
 - Last Synced: 2024-10-29T17:35:01.305Z (about 1 year ago)
 - Topics: anki, anki-cards, anki-deck, anki-flashcards, deck, education, flashcard, learn, learning, rust
 - Language: Rust
 - Homepage: https://ankiweb.net/shared/info/1541471942
 - Size: 4.85 MB
 - Stars: 536
 - Watchers: 7
 - Forks: 17
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: license.txt
 
 
Awesome Lists containing this project
- awesome-rust - Rust Flashcards - Over 550 flashcards to learn Rust from first principles. (Resources / Web programming)
 
README
          # Rust Flashcards
Over 550 flashcards to learn [Rust] from first principles.

The cards are written in markdown and based on the official [Rust Book].
Either get the [Anki] deck directly from
[AnkiWeb - Rust Flashcards](https://ankiweb.net/shared/info/1541471942)
or download the latest version from the
[releases page](https://github.com/ad-si/Rust-Flashcards/releases).
Credit to [u/WebDev193](https://www.reddit.com/user/WebDev193/) for doing the
[initial grunt work](https://ankiweb.net/shared/info/2045782265).
## Development
Run `nix develop` to enter the development environment
with [Anki Panky] and [Pandoc] installed.
Then run following [makefile](./makefile) targets to build the artifacts:
- `make cards.apkg` to generate the [Anki] deck
- `make cards.pdf` to generate the PDF file
[Anki Panky]: https://github.com/kamalsacranie/anki-panky
[Anki]: https://apps.ankiweb.net
[Pandoc]: https://pandoc.org
[Rust Book]: https://doc.rust-lang.org/book/
[Rust]: https://www.rust-lang.org