slots 0.4.0

Fixed size data structure with constant-time operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.array-init]
version = "2"

[features]
default = ["runtime_checks"]
runtime_checks = []

[package]
authors = ["Dániel Buga <bugadani@gmail.com>"]
categories = ["data-structures", "no-std"]
description = "Fixed size data structure with constant-time operations"
edition = "2021"
exclude = [".github/*"]
license = "MIT"
name = "slots"
repository = "https://github.com/bugadani/Slots"
resolver = "2"
version = "0.4.0"