cannon-heap 0.1.0

A heap allocator suitable for Cannon MIPS executables
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "cannon-heap"
authors = ["Willem Olding <willemolding@gmail.com>"]
description = "A heap allocator suitable for Cannon MIPS executables"
license = "LGPL-3.0"
version = "0.1.0"
edition = "2021"

[dependencies]
linked_list_allocator = "0.10.5"