dynsequence 0.1.0-alpha.2

Sequence-Like data-structure for storing dynamically sized types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
default = []
unstable = []

[package]
authors = ["Christoph Hommelsheim <main@chommel.eu>"]
categories = ["data-structures", "no-std"]
description = "Sequence-Like data-structure for storing dynamically sized types"
edition = "2021"
keywords = ["vec", "collection", "dyn", "dst"]
license = "MIT OR Apache-2.0"
name = "dynsequence"
readme = "README.md"
repository = "https://github.com/HellButcher/dynsequence-rs.git"
version = "0.1.0-alpha.2"