Skip to content

v0.4

Latest
Compare
Choose a tag to compare
@ScottBoyce ScottBoyce released this 09 Jan 21:56

Third release of ResultContainer.

Added more tests and inspect, Ok_and, and Ok_or methods. Added an attribute and method check for accidental use of lower case methods. For example, the correct use is Ok(5).add_Err_msg("error"), but Ok(5).add_err_msg("error") will redirect to the case correct version.

Lots of other changes, see commit history for more details.