smart_buffer 0.1.1

A hybrid stack/heap buffer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.array-macro]
version = "2.0.0"

[package]
authors = ["mov-rax <csharper.work@gmail.com>"]
description = "A hybrid stack/heap buffer"
edition = "2018"
exclude = [".gitignore"]
keywords = ["no_std", "buffer", "data-structures", "heap", "stack"]
license = "MIT OR Apache-2.0"
name = "smart_buffer"
repository = "https://github.com/mov-rax/smart_buffer"
version = "0.1.1"