- [ ] Mark the functions taking `uint8_t*` as unsafe. E.g. `uint_unsafe()` or `from_unsafe()`. - [ ] Add templates for `uint8_t[N]`. - [ ] Add extending and truncating variants in both directions. - [ ] Add variants for types having `.bytes` field. Draft in #104.