Closed DaraJKong closed 10 months ago
For interoperability. See Rust API Guidelines Checklist.
Because users of the rs-fsrs crate cannot implement or derive Serialize or Deserialize traits by themselves. It is a best practice to add a serde feature for enabling users to optionally serialize data structs.
Why?
For interoperability. See Rust API Guidelines Checklist.
Because users of the rs-fsrs crate cannot implement or derive Serialize or Deserialize traits by themselves. It is a best practice to add a serde feature for enabling users to optionally serialize data structs.