hecatia-elegua / bilge

Use bitsized types as if they were a feature of rust.
Apache License 2.0
171 stars 17 forks source link

Change error type #56

Closed hecatia-elegua closed 1 year ago

hecatia-elegua commented 1 year ago

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.