polymorph-allocator 0.1.0

A simple no_std memory allocator
Documentation
[package]
edition = "2018"
name = "polymorph-allocator"
version = "0.1.0"
authors = [
    "Alice Jenkinson <alice@jenkinson.nz>"
]

readme = "README.md"
description = "A simple no_std memory allocator"
homepage = "https://git.kat.net.nz/alxce/polymorph-allocator"
repository = "https://git.kat.net.nz/alxce/polymorph-allocator"
license = "MIT"

[dependencies]
bitflags = "1.2.1"
spin = "0.5.2"