Expand description
Welcome to Janki! Just a really janky version of Anki - the popular spaced repetition learning tool.
Modulesยง
- dummy_
storage - A module to hold a the
dummy_storage::DummyStorage
struct - either
- A module for the
either::Either
enum - errors
- A module to deal with errors and hold
errors::JankiError
- game
- A module to hold
game::AnkiGame
- item
- A module to hold
item::Item
,item::ItemGuard
anditem::Fact
- serde
- Re-export the
serde
crate - storage
- A module to hold the
storage::Storage
trait