improve docs for backend

This commit is contained in:
nora 2022-04-06 20:33:23 +02:00
parent 6d350a0da3
commit 7bdf2db629
2 changed files with 7 additions and 4 deletions

View file

@ -8,4 +8,5 @@
### Improvements
* Made `(): StuffingStrategy` generic over all backends (with some trait bounds) instead of just `usize`, `u64`, and `u128`.
* Added an MSRV (minimum supported rust version) policy (MSRV of `1.31.0`)
* Upgraded `sptr` dependency to `0.3.1`
* Upgraded `sptr` dependency to `0.3.1`
* Improve documentation