scratchpad 1.3.1

Stack-like memory allocator with double-ended allocation support
Documentation
[badges.travis-ci]
repository = "okready/scratchpad"

[build-dependencies.rustc_version]
version = "0.2"

[dependencies.stable_deref_trait]
default-features = false
version = "1.0"

[dev-dependencies.arrayvec]
default-features = false
version = "0.4"

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

[package]
authors = ["Theodore Cipicchio <okready@users.noreply.github.com>"]
categories = ["data-structures", "embedded", "memory-management", "no-std"]
description = "Stack-like memory allocator with double-ended allocation support"
documentation = "https://docs.rs/scratchpad"
homepage = "https://github.com/okready/scratchpad"
keywords = ["stack", "pool", "memory", "allocator", "no_std"]
license = "MIT/Apache-2.0"
name = "scratchpad"
readme = "README.md"
repository = "https://github.com/okready/scratchpad"
version = "1.3.1"