slots 0.1.0

Fixed size data structure with constant-time operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.generic-array]
version = "0.14.1"

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