moon-driver-core 0.1.1

Windows WDK driver core helpers: device, IOCTL, IRP, symlink
1
2
3
4
5
6
7
8
9
10
11
[tasks.fmt]
command = "cargo"
args = ["fmt"]

[tasks.build]
command = "cargo"
args = ["build", "--all-features"]

[tasks.test]
clear = true
script = "echo skipping driver-core tests"