Simple rust memory-allocator implementations. Implemented in order to learn memory allocation internals and unsafe rust.
The use_sbrk_allocator
feature defines wether rust should use the custom allocator as the global allocator (for all objects)
To use rust-analyzer nicely, define
"rust-analyzer.cargo.features": "all"