Crate spaced_repetition_rs

Crate spaced_repetition_rs 

Source
Expand description

A library implementing a spaced repetition algorithm.

Structs§

Configuration
The configuration of the algorithm.

Enums§

Error
The error type used by this crate.
RepetitionResult
The result of a repetition as specified by the user.
RepetitionState
The repetition state of a learnable item.