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.