LKM development and Rust

Hi,

I have a networking project that I'm considering moving to Rust, but as I'm new to Rust, the state of Rust development with Linux LKM's is unknown to me.

I was hoping to get some thoughts on whether or not this is something I should try at this time.

Thanks,

You may want to ask at the rust for linux zulip: Sign up | Zulip

1 Like

You can see the example modules here: https://github.com/Rust-for-Linux/linux/tree/rust/samples/rust
For beginners this is also good: Rust Kernel Module: Getting Started :: WayNew — Yu-Wei Wu's blog

1 Like