系統程式設計( 包括作業系統 ) 可以說是 C 語言的天下,Rust 可以實作出 Linux 的 Driver ,也就是 Rust 未來有接替 C 語言角色的可能性
https://softnshare.com/github-linux-kernel-module-rust/
rust module 在 Framework for writing Linux kernel modules in safe Rust 的推薦與評價
Each kernel module in Rust lives in a staticlib crate, which generates a .a file. We pass this object to the Linux kernel's own module build system for linking ... ... <看更多>
rust module 在 Crates and Modules - Rust 程式語言 正體中文版 的推薦與評價
Rust has two distinct terms that relate to the module system: 'crate' and 'module'. A crate is synonymous with a 'library' or 'package' in other languages. ... <看更多>