polymorph-allocator 1.0.1

A simple no_std memory allocator
Documentation
[package]
name = "polymorph-allocator"
version = "1.0.1"
authors = ["polymorphOS contributors"]
edition = "2018"

readme = "README.md"
description = "A simple no_std memory allocator"
homepage = "https://gitlab.com/alxce/polymorph-allocator"
repository = "https://gitlab.com/alxce/polymorph-allocator"
license = "MIT"

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