v1.5.5
- Change
Option.value
to a single pointer. #5 - Improved
catch
function. - Make
*Option
,*EnumResult
, and*Result
implement the iterator trait, rather than implementing it for their element type. - Inline the
NextBack
method to improve performance. - Some other optimizations.