basic_allocator 0.1.1

A very simple global allocator written in pure Rust
Documentation
1
2
3
4
5
6
7
8
# 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](https://docs.rs/basic_allocator) or [the code
itself](https://github.com/wackywendell/basicalloc) for more details.