packed_array 0.1.1

Packed Array aka sparse set structure with compile-time known size
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "packed_array"
version = "0.1.1"
license = "MIT"
description = "Packed Array aka sparse set structure with compile-time known size"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
array-init = "2.0.0"