Rust Articles, Tutorials & News

Writing Shared Libraries in Rust

Every tool that gets big enough eventually provides a way to support third-party logic. Maybe you expose APIs for clients to call. Maybe you take some code and run it in a sandbox. Maybe you embed a Lua interpreter.

Read more »

Rust in the Linux Kernel [video]

🔔 FOLLOW RUSTLAB CHANNEL 🔔ABSTRACT:The Linux kernel is a project with a lot of special requirements on your code, and until late last year, one of those r…

Read more »