pointer-utils
pointer-utils copied to clipboard
slice-dst: Add example for SliceWithHeader
This PR is the result of the discussion in #69 .
It adds an example for the slice-dst
crate and demonstrates how a custom Vec
can be implemented.
Feel free to ignore the clippy warnings CI reported; I fixed them in #72.