3 releases
0.1.2 | Jun 13, 2024 |
---|---|
0.1.1 | Feb 15, 2024 |
0.1.0 | Feb 12, 2024 |
#835 in Data structures
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
.