defrag

Crates.iodefrag
lib.rsdefrag
version0.1.4
sourcesrc
created_at2016-09-04 08:46:27.782803
updated_at2017-05-31 19:04:59.336698
descriptionsafe and low overhead defragmenting memory manager for microcontrollers
homepage
repositoryhttps://github.com/vitiral/defrag-rs
max_upload_size
id6232
size92,522
Rett Berg (vitiral)

documentation

https://docs.rs/defrag

README

Build Status

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

Commit count: 113

cargo fmt