1 unstable release

0.1.0 Feb 16, 2020

#537 in Memory management

Download history 80/week @ 2024-03-04 15/week @ 2024-03-11 47/week @ 2024-03-18 15/week @ 2024-03-25 67/week @ 2024-04-01 70/week @ 2024-04-08 88/week @ 2024-04-15 84/week @ 2024-04-22 48/week @ 2024-04-29 32/week @ 2024-05-06 4/week @ 2024-05-13 6/week @ 2024-05-20 44/week @ 2024-05-27 19/week @ 2024-06-03 20/week @ 2024-06-10 6/week @ 2024-06-17

89 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