open-spaced-repetition / rs-fsrs

Rust-based Scheduler for FSRS
https://crates.io/crates/rs-fsrs
MIT License
24 stars 6 forks source link

Feat/fuzz #33

Closed miroim closed 1 month ago

miroim commented 1 month ago

Description

add fuzz

Related Issue

part of https://github.com/open-spaced-repetition/rs-fsrs/issues/22

Dependencies change

add rand as [dev-dependencies] for test

miroim commented 1 month ago

@L-M-Sherlock Would you mind reviewing my recent code changes?

asukaminato0721 commented 1 month ago

I am ok with the code, waiting for @L-M-Sherlock 's opinion.

miroim commented 1 month ago

the fuzz seed needs refactoring in the future.

ok