Crate spaced_repetition

Crate spaced_repetition 

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.
Jitter
A random relative variation of a number.
RepetitionResult
The result of a repetition as specified by the user.
RepetitionState
The repetition state of a learnable item.