seq 0.5.0

The module 'seq' provides the lightweight, generic sequence container 'Seq' for unmovable data and is embedded into the program during compile time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[features]
benchmark = []

[package]
authors = ["Frank Rehberger <frehberg@gmail.com>"]
description = "The module 'seq' provides the lightweight, generic sequence container 'Seq' for unmovable data and is embedded into the program during compile time."
documentation = "https://docs.rs/seq"
homepage = "https://github.com/frehberg/seq-rs.git"
keywords = ["queue", "embedded", "unmovable"]
license = "Apache-2.0"
name = "seq"
readme = "README.md"
repository = "https://github.com/frehberg/seq-rs.git"
version = "0.5.0"