u8pool 1.1.2

Stack for u8 slices in a client-provided buffers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## [1.1.2] - 2025-10-21

- Store associated values
- `push` returns a reference to the stored value
- Iterators are clonable
- Added `replace_top_assoc_bytes` for optimized data replacement
- Added `top` and `top_assoc_*` methods
- Drop `thiserror`, implement `Display` manually


## [1.0.0] - 2025-09-08

- First public release