wdk-alloc 0.2.0

alloc support for binaries compiled with the Windows Development Kit (WDK)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.wdk-sys]
version = "0.2.0"
[dev-dependencies.wdk-sys]
features = ["test-stubs"]
version = "0.2.0"

[package]
categories = ["memory-management", "no-std", "hardware-support"]
description = "alloc support for binaries compiled with the Windows Development Kit (WDK)"
edition = "2021"
keywords = ["allocator", "wdk", "windows"]
license = "MIT OR Apache-2.0"
name = "wdk-alloc"
readme = "README.md"
repository = "https://github.com/microsoft/windows-drivers-rs"
version = "0.2.0"