thin-boxed-slice 0.2.3

`ThinBoxedSlice` stores the size of the slice before the content of the slice, so that `size_of::<ThinBoxedSlice>` is only the size of a pointer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies.allocator-api2]
version = "^0.2.18"

[package]
description = "`ThinBoxedSlice` stores the size of the slice before the content of the slice, so that `size_of::<ThinBoxedSlice>` is only the size of a pointer."
edition = "2021"
license = "MPL-2.0"
name = "thin-boxed-slice"
readme = "README.md"
repository = "https://github.com/seekstar/thin-boxed-slice"
version = "0.2.3"