Skip to content

v0.2.0

Compare
Choose a tag to compare
@Lakelezz Lakelezz released this 11 Oct 17:20
· 19 commits to master since this release
13ebbfa

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.