[![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