1 unstable release

0.1.0 Feb 16, 2020

#623 in Memory management

Download history 10/week @ 2024-11-13 28/week @ 2024-11-20 90/week @ 2024-11-27 62/week @ 2024-12-04 80/week @ 2024-12-11 9/week @ 2024-12-18 50/week @ 2025-01-08 24/week @ 2025-01-15 55/week @ 2025-01-29 168/week @ 2025-02-05 74/week @ 2025-02-12 49/week @ 2025-02-19 93/week @ 2025-02-26

396 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