Create bump_allocator crate

This commit is contained in:
Philipp Oppermann
2016-04-11 21:59:44 +02:00
parent 5f84061469
commit c6981c2f24
3 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
name = "bump_allocator"
version = "0.1.0"
[dependencies]
spin = "0.3.5"