rs-fsrs icon indicating copy to clipboard operation
rs-fsrs copied to clipboard

Rust-based Scheduler for FSRS

Results 1 rs-fsrs issues
Sort by recently updated
recently updated
newest added

1. https://rust-lang.github.io/rust-clippy/master/index.html#/wildcard_imports 2. https://rust-lang.github.io/rust-clippy/master/index.html#/unused_self 3. `?` instead of `.unwrap()` --- problem: should `schedule` return a `Result` or just `unwrap()` ?