Create hole_list_allocator crate

This commit is contained in:
Philipp Oppermann
2016-04-12 00:37:50 +02:00
parent eac60162ad
commit 6a45b29560
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
name = "hole_list_allocator"
version = "0.1.0"
[dependencies]
linked_list_allocator = "0.2.0"
spin = "0.3.5"
once = "0.2.0"