pointer_vec 0.1.0

The PointerVec works same as the std Vec structure except the Vec has a size of 3 usize (pointer, length, capacity). This crate provides a replacement that has a size of 1 pointer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
categories = ["data-structures"]
description = "The PointerVec works same as the std Vec structure except the Vec has a size of 3 usize (pointer, length, capacity). This crate provides a replacement that has a size of 1 pointer."
edition = "2021"
keywords = ["vector", "Vec", "pointer", "Ptr", "slice"]
license = "MIT OR Apache-2.0"
name = "pointer_vec"
readme = "README.md"
repository = "https://gitlab.com/yc25/pointer-vec"
resolver = "2"
version = "0.1.0"