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

[features]
default = ["verify_owner"]
verify_owner = []

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