data-encoding
data-encoding copied to clipboard
Release 3.0.0
Required tasks:
- [x] Use static dispatch instead of dynamic dispatch
- [x] Use
static
instead ofconst
for pre-defined encodings - [x] Make
Encoding
implementation private - [x] Add
_uninit()
version to supportMaybeUninit
outputs - [ ] Introduce explicit traits to avoid users seeing
True
andFalse
(also useful to avoid parameter ordering issues) - [ ] Add
v3-preview
support todata-encoding-macro
- [ ] Improve documentation of
v3-preview
Optional tasks:
- [ ] Identify and fix performance regression with "wrap" functions
- [ ] Add SIMD support (see #95)
- [ ] Consider whether a "short input" engine for base58, nix-base32, etc would be worth it (see #110)