pointer_vec

Crates.iopointer_vec
lib.rspointer_vec
version0.1.1
sourcesrc
created_at2022-10-22 12:13:54.73057
updated_at2022-10-22 12:17:59.212631
descriptionThe 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.
homepage
repositoryhttps://gitlab.com/yc25/pointer-vec
max_upload_size
id694376
size29,761
YC-L (YC-Lammy)

documentation

README

Pointer-Vec

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.

Usage

directly replace Vec with PointerVec.

Commit count: 6

cargo fmt