# emheap
The emheap
crate is a very simple memory manager for embedded system and microprocessor.
Here are the main features:
WARNING: DO NOT use this library on your PC.
In cargo.toml
toml
[dependencies]
emheap = { git = "https://github.com/XiangYyang/emheap" }
Then, in heap.c
, change the heap memory size:
```c
```