arraysetcell 0.0.1

A fixed-capacity, vector-like array with interior mutability and no ordering guarantees
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.default-option-arr]
version = "0.1.0"

[package]
authors = ["Markus Mayer"]
categories = ["data-structures"]
description = "A fixed-capacity, vector-like array with interior mutability and no ordering guarantees"
edition = "2021"
keywords = ["interior-mutability"]
license-file = "LICENSE.md"
name = "arraysetcell"
readme = "README.md"
repository = "https://github.com/sunsided/arraysetcell"
rust-version = "1.68"
version = "0.0.1"