| Crates.io | windows-kernel-build |
| lib.rs | windows-kernel-build |
| version | 2.11.19 |
| created_at | 2024-11-29 09:58:20.18745+00 |
| updated_at | 2024-12-04 03:21:32.908435+00 |
| description | is build script for Windows kernel .sys files |
| homepage | |
| repository | https://github.com/emptyqwb/windows-kernel-build.git |
| max_upload_size | |
| id | 1465365 |
| size | 9,134 |
This repository contains scripts and instructions for building the Windows kernel using the Rust programming language.
git clone https://github.com/emptyqwb/windows-kernel-build.git
cd windows-kernel-build
use windows-kernel-build
fn main() {
windows-kernel-build::build::();
}
see https://docs.rs/