pointer-utils
pointer-utils copied to clipboard
A collection of small utilities for working with pointer types in Rust.
Results
12
pointer-utils issues
Sort by
recently updated
recently updated
newest added
I want to make a pair of newtypes `MySlice(SliceWithHeader)` and `MyVec(HeaderType, Vec)`, so that `MySlice` is to `MyVec` as `[u8]` is to `Vec`. It seems as per #69 that this...
It seems that `slice-dst` can only be allocated with the global allocator. Although allocator_api is currently unstable, there is a widely used crate [allocator-api2](https://docs.rs/allocator-api2) that mirrors types and traits from...