1 unstable release

0.1.0 Feb 16, 2020

#732 in Memory management

Download history 59/week @ 2024-07-22 74/week @ 2024-07-29 97/week @ 2024-08-05 61/week @ 2024-08-12 150/week @ 2024-08-19 35/week @ 2024-08-26 23/week @ 2024-09-02 7/week @ 2024-09-09 19/week @ 2024-09-23 4/week @ 2024-09-30 28/week @ 2024-10-07 44/week @ 2024-10-14 64/week @ 2024-10-21 43/week @ 2024-10-28 38/week @ 2024-11-04

190 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