open-spaced-repetition / rs-fsrs

Rust-based Scheduler for FSRS
MIT License
22 stars 4 forks source link

Updated README to reflect actual API #3

Closed GraesonB closed 1 year ago

GraesonB commented 1 year ago

The README now reflects the proper API. i.e. the FSRS struct instance does not need to be mutable, and neither does the card since a new card is returned once selected. It certainly can be if the user wants to overwrite the card, but it is no longer a requirement of the API for things to be mutable