slots 0.3.1

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
[dependencies.generic-array]
version = "0.14.1"

[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 = "2018"
exclude = [".github/*"]
license = "MIT"
name = "slots"
repository = "https://github.com/bugadani/Slots"
version = "0.3.1"