Rust has memory safety because it uses RAII and references rather than raw pointers. Rust does have raw pointers (which you'll need alot of in embedded systems) ...
確定! 回上一頁