Skip to content

Commit

Permalink
pub Parameters (#29)
Browse files Browse the repository at this point in the history
so rust version can also set `Parameters`
  • Loading branch information
asukaminato0721 authored Oct 5, 2024
1 parent a17aa12 commit 1bdd482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ mod algo;
pub use algo::FSRS;

mod models;
pub use models::{Card, Rating, ReviewLog, ScheduledCards, State};
pub use models::{Card, Parameters, Rating, ReviewLog, ScheduledCards, State};
mod tests;

0 comments on commit 1bdd482

Please sign in to comment.