mirror of
https://github.com/ankitects/anki.git
synced 2025-11-24 13:37:11 -05:00
* [WIP] FSRS simulator * add desired_retention as input * cargo fmt * fix format * add standard copyright header * support existing cards * fix format * pass days_elapsed into Card::convert & return None
8 lines
238 B
Rust
8 lines
238 B
Rust
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
mod error;
|
|
pub mod memory_state;
|
|
pub mod retention;
|
|
pub mod simulator;
|
|
pub mod try_collect;
|
|
pub mod weights;
|