We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b86b1 commit 0e95395Copy full SHA for 0e95395
general/echo/kmdf/exe/src/main.rs
@@ -5,9 +5,6 @@
5
//! find a 1 to 1 mapping to the original C sample app code versus a full proper
6
//! Rust implementation
7
8
-//! Idiomatic Rust wrappers for the Windows Driver Kit (WDK) APIs. This crate is
9
-//! built on top of the raw FFI bindings provided by [`wdk-sys`], and provides a
10
-//! safe, idiomatic rust interface to the WDK.
11
#![deny(missing_docs)]
12
#![deny(unsafe_op_in_unsafe_fn)]
13
#![deny(clippy::all)]
0 commit comments