Closed zao111222333 closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.57%. Comparing base (
249c905
) to head (f8ad672
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Good idea. I'll add this to BddVariableSet
(so that one can serialize the "context" of the BDD as well) and release it as a new minor version.
This should not be online as version 0.5.17
. Thank you for the update!
This pull request mainly modifies two parts:
Serialize
&Deserialize
forBooleanExpression
&Bdd
. Referred to https://stackoverflow.com/questions/42551113/is-it-possible-to-conditionally-enable-an-attribute-like-deriveThen we can use follow setting to turn on
serde
serialize/deserialize.