pin_array 0.1.0

Tiny crate providing an array with structurally projected pinning
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
[dev-dependencies.static_assertions]
version = "1.1.0"

[package]
categories = ["data-structures", "rust-patterns"]
description = "Tiny crate providing an array with structurally projected pinning"
edition = "2021"
keywords = ["collection", "pin", "unsafe", "pinning", "array"]
license = "MIT"
name = "pin_array"
readme = "README.md"
repository = "https://github.com/0x00002a/pin_array"
version = "0.1.0"