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: 6 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: 2025-03-30T09:33:46.000Z (6 months ago)
- Last Synced: 2025-04-04T12:57:47.878Z (6 months 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.55 MB
- Stars: 588
- Watchers: 8
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
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