localloc 0.0.1

A collection of local (non-global) rust allocation traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Sean Wilson <spwilson27@gmai.com>"]
name = "localloc"
version = "0.0.1"
edition = "2018"
description = "A collection of local (non-global) rust allocation traits"
license = "MIT / Apache-2.0"
repository = "https://gitlab.com/ertos/localloc"
categories = ["memory-management", "no-std", "embedded"]
keywords = ["local", "allocation", "box",  "allocator", "no-std"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]