florian1345 / kernal

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

Document how to implement custom assertions #19

Closed florian1345 closed 1 year ago

florian1345 commented 1 year ago

kernal allows users to implement custom assertion traits on the AssertThat struct. How to do this should be documented with an example in the crate's root documentation.

florian1345 commented 1 year ago

It turns out, this is not yet fully supported, but should be.