- Renamed all occurrences of
extra
toother
(for example in methods)
- Made
(): StuffingStrategy
generic over all backends (with some trait bounds) instead of justusize
,u64
, andu128
. - Added an MSRV (minimum supported rust version) policy (MSRV of
1.31.0
) - Upgraded
sptr
dependency to0.3.1
- Improve documentation