slist 0.1.2

Algebraic lists with statically determined size that live on stack.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.slist-derive]
version = "0.1.0"

[package]
authors = ["Maros Grego <maros@grego.site>"]
categories = ["data-structures", "mathematics", "no-std", "rust-patterns"]
description = "Algebraic lists with statically determined size that live on stack."
edition = "2018"
keywords = ["list", "static", "const-generics"]
license = "MIT"
name = "slist"
readme = "README.md"
repository = "https://github.com/grego/slist"
version = "0.1.2"