jenga 0.1.10

A stack based allocator
Documentation
[package]
name = "jenga"
version = "0.1.10"
authors = ["Sebastian Köln <sebk@rynx.org>"]
description = "A stack based allocator"
documentation = "https://docs.rs/jenga"
homepage = "https://gitlab.com/sebk/jenga"
repository = "https://gitlab.com/sebk/jenga.git"
keywords = ["stack", "allocator", "alloca", "no_std"]
license = "MIT"


[features]
std = ["alloc"]
alloc = []
default = ["std", "alloc"]