[LDK](https://github.com/lightningdevkit/rust-lightning) uses `u5` from earlier version, and during the upgrade to `Fe32` the `Default` ~~and `Ord`~~ traits were missed ([PR](https://github.com/lightningdevkit/rust-lightning/pull/3181)). Implementation would be trivial here, it just has to be derived. PR created to add them (#184).