BREAKING CHANGE: Previously we just returned the value which was passed into try_from, which is useless.
For now we change this to a useless unit struct, which enables a better error type in the future.
This means we'll publish a 0.2.0, to make it sound a bit more breaky, and we added a ton of changes anyways.
Closes #49.
BREAKING CHANGE: Previously we just returned the value which was passed into try_from, which is useless. For now we change this to a useless unit struct, which enables a better error type in the future.
This means we'll publish a
0.2.0
, to make it sound a bit more breaky, and we added a ton of changes anyways.