1 unstable release

0.1.0 Feb 16, 2020

#525 in Memory management

Download history 11/week @ 2023-12-29 26/week @ 2024-01-05 34/week @ 2024-01-12 17/week @ 2024-01-19 49/week @ 2024-01-26 57/week @ 2024-02-02 181/week @ 2024-02-09 194/week @ 2024-02-16 145/week @ 2024-02-23 91/week @ 2024-03-01 26/week @ 2024-03-08 30/week @ 2024-03-15 33/week @ 2024-03-22 39/week @ 2024-03-29 40/week @ 2024-04-05

145 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