without-alloc 0.2.0

Replacements for `Box`, `Rc`, `Vec`, .. without `alloc`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "without-alloc"
version = "0.2.0"
description = "Replacements for `Box`, `Rc`, `Vec`, .. without `alloc`"
authors = ["Andreas Molzer <andreas.molzer@gmx.de>"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/without-alloc"
repository = "https://github.com/HeroicKatora/alloc-free"
readme = "Readme.md"
categories = ["embedded", "memory-management", "no-std"]

[dependencies]
alloc-traits = { path = "../alloc-traits", version = "0.1.0" }

[dev-dependencies]
static-alloc = { path = "../static-alloc" }