#array #pinning #collection #pin #no-alloc #no-std

no-std pin_array

Tiny crate providing an array with structurally projected pinning

3 releases

0.1.2 Jun 13, 2024
0.1.1 Feb 15, 2024
0.1.0 Feb 12, 2024

#835 in Data structures

MIT license

12KB
199 lines

pin_array

This is a small crate that just provides an array which structurally projects Pin.

This crate is no_std compatible and does not require alloc.


lib.rs:

Library that provides a structurally projecting array type.

This crate is no_std compatible and does not require alloc.

No runtime deps