v0.2.0
This release fixes an API inconsistency by introducing one breaking change.
The input
on Decoder::decode_float
must be Option<TP>
,
to be consistent with the Decoder::decode
-method.
This allows users to provide a null raw pointer by passing None
.