alloc-traits 0.1.1

Traits to replace or supplement the alloc module in no_std
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[lib]
name = "alloc_traits"

[package]
authors = ["Andreas Molzer <andreas.molzer@gmx.de>"]
categories = ["embedded", "memory-management", "no-std"]
description = "Traits to replace or supplement the alloc module in no_std"
documentation = "https://docs.rs/static-alloc"
edition = "2018"
license = "MIT"
name = "alloc-traits"
repository = "https://github.com/HeroicKatora/static-alloc"
version = "0.1.1"

[package.metadata.docs.rs]
all-features = true