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
[dependencies.alloc-traits]
version = "0.1.0"

[dev-dependencies]

[package]
authors = ["Andreas Molzer <andreas.molzer@gmx.de>"]
categories = ["embedded", "memory-management", "no-std"]
description = "Replacements for `Box`, `Rc`, `Vec`, .. without `alloc`"
documentation = "https://docs.rs/without-alloc"
edition = "2018"
license = "MIT"
name = "without-alloc"
readme = "Readme.md"
repository = "https://github.com/HeroicKatora/alloc-free"
version = "0.2.0"