連載 組み込みRustのライブラリ 便利クレート探偵団<第3回>

本文中のURL,コマンドライン

・環境構築

rustc –version
rustup update

・サンプル・コードの入手先

https://github.com/tomoyuki-nakabayashi/interface-embedded-rust-crates/tree/main/202406/embedded-alloc

参考URL

(1)embedded-alloc.
https://crates.io/crates/embedded-alloc
(2)heapless.
https://crates.io/crates/heapless
(3)alloc.
https://doc.rust-lang.org/alloc/
(4)linked-list-allocator.
https://github.com/rust-osdev/linked-list-allocator
(5)rlsf.
https://github.com/yvt/rlsf