Open
Description
I've got a usecase for which I need to store the state of the rate limit on disk when quitting the program, and restoring it when starting it again. What I'm currently considering is deriving Serialize
and Deserialize
on a bunch of the types in governor
, and hiding that behind a serde
feature flag. Do you think that makes sense to include here?
Metadata
Metadata
Assignees
Labels
No labels