defrag 0.1.4

safe and low overhead defragmenting memory manager for microcontrollers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[![Build Status](https://travis-ci.org/vitiral/defrag-rs.svg?branch=master)](
https://travis-ci.org/vitiral/defrag-rs)
# defrag: safe and efficient memory manager for microcontrollers

**This library is in the Beta stage and is subject to change**

This library aims to bring safe heap memory management
to microcontrollers. Combined with rust's excellent type system and
borrow checker, creating complex applications with limited resources
is easier than it has ever been before.

# Docs
See the library documentation at https://docs.rs/defrag

# Issues
If you find any bugs or have a feature requests, submit them to:

https://github.com/vitiral/defrag-rs/issues