aloc 0.1.7

A no_std heap allocator that works with an operating system (IT CURRENTLY SEGFAULTS THOUGH)
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "aloc"
version = "0.1.5"
edition = "2021"
description = "A no_std heap allocator that works with an operating system"
license = "Unlicense"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]