heapnotize 0.1.0

A pointer type for array allocation. That's right, turn your stack into a heap.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["Petr Horacek <p.horacek94@gmail.com>"]
categories = ["no-std"]
description = "A pointer type for array allocation. That's right, turn your stack into a heap."
edition = "2018"
license = "GPL-3.0-or-later"
name = "heapnotize"
repository = "https://github.com/zlosynth/heapnotize"
version = "0.1.0"