contiguous_collections 0.2.0

A library of collections backed by flat contiguous arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[package]
categories = ["data-structures"]
description = "A library of collections backed by flat contiguous arrays"
edition = "2021"
keywords = ["2d", "array", "ordered", "vector"]
license = "MIT"
name = "contiguous_collections"
readme = "README.md"
repository = "https://github.com/timlathy/contiguous_collections"
version = "0.2.0"