basic_allocator 0.1.2

A very simple global allocator written in pure Rust
Documentation

A Basic Allocator

This package includes a home-grown memory allocator written entirely in Rust. It is simple, and meant primarily for educational purposes.

This crate is heavily commented and documented. See the documentation or the code itself for more details.