1 unstable release

0.1.0 Feb 16, 2020

#497 in Memory management

Download history 14/week @ 2023-12-31 26/week @ 2024-01-07 32/week @ 2024-01-14 16/week @ 2024-01-21 49/week @ 2024-01-28 111/week @ 2024-02-04 180/week @ 2024-02-11 184/week @ 2024-02-18 125/week @ 2024-02-25 80/week @ 2024-03-03 17/week @ 2024-03-10 34/week @ 2024-03-17

256 downloads per month

Custom license

26KB
604 lines

Pinvec

A growable vector-like structure which never moves its contents, and guarantees this contract through the pin api.


lib.rs:

Pinvec

A growable vector-like structure which never moves its contents, and guarantees this contract through the pin api.

Dependencies