florian1345 / kernal

Kernal Extensive Rust Natural Assertion Language
Other
3 stars 0 forks source link

Allow option assertions on option references #43

Closed florian1345 closed 1 year ago

florian1345 commented 1 year ago

Applies to OptionAssertions and OptionPartialEqAssertions. to_value now operates on references and was renamed to to_value_ref. In addition, OwnedOptionAssertions were introduced to fill the gap left by to_value.

This resolves #37