https://github.com/lucalewin/rust-windows-driver
template for creating windows drivers with Rust
https://github.com/lucalewin/rust-windows-driver
driver rust rust-driver winapi windows windows-driver
Last synced: 2 months ago
JSON representation
template for creating windows drivers with Rust
- Host: GitHub
- URL: https://github.com/lucalewin/rust-windows-driver
- Owner: lucalewin
- License: mit
- Created: 2023-05-09T17:07:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T17:25:45.000Z (about 2 years ago)
- Last Synced: 2025-01-18T03:12:01.808Z (4 months ago)
- Topics: driver, rust, rust-driver, winapi, windows, windows-driver
- Language: Rust
- Homepage: https://lucalewin.dev/projects/rust-windows-driver
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rusty Windows Driver
Basic template for a windows driver written in Rust.
## How to run
instructions are in the [`driver/README.md`](./driver/README.md) file