1 مستودع
Frameworks providing tools and abstractions for developing memory-safe drivers in Rust.
Distinct from Kernel Driver Frameworks: Distinct from Kernel Driver Frameworks: specifically focuses on Rust-based abstractions for driver development.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Rust Driver Frameworks. Refine with filters or upvote what's useful.
This project provides a framework and toolset for developing memory-safe kernel-mode and user-mode drivers for the Windows operating system. It enables developers to build drivers using safe programming patterns that prevent common memory errors and system crashes, while providing the necessary infrastructure to interface with low-level hardware and system APIs. The framework distinguishes itself by offering procedural macros and binding generation tools that translate complex C-style system headers into idiomatic, type-safe code. It includes a custom global allocator designed for the strict
Provides a collection of tools and abstractions for developing memory-safe drivers for Windows.