A community-driven, structured research project on Rust in the Linux kernel: motivation, history, technical integration, toolchains, contribution paths, challenges, and future directions.
- Produce a clear, citable knowledge base (docs/) about Rust-for-Linux.
- Maintain living roadmap of research tasks (see ROADMAP.md).
- Provide reproducible snippets that show Rust↔C interoperability in kernel context.
- Kernel & systems developers curious about Rust.
- Researchers compiling references and timelines.
- Contributors wanting a friendly, structured starting point.
git clone https://github.com/OWNER/rust-in-linux-kernel-research.git
cd rust-in-linux-kernel-research
./scripts/setup-dev.shWe welcome contributions of all kinds—notes, links, corrections, code snippets.
Read CONTRIBUTING.md and our Code of Conduct.
docs/— curated, high-level documentsresearch/— raw notes, references, and exploratory workscripts/— helper scripts (link checks, setup).github/— issues templates, PR template, CI workflows
MIT — see LICENSE.