Skip to content

A port of the NdisProt-KMDF (and eventually MUX) driver examples to Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

DropDemBits/rust-ndis-examples

Repository files navigation

rust-ndis-examples

ndisprot-kmdf and mux examples ported to Rust.

Compiling With or Without LTO

By default, we try to compile using cross-language LTO in order to inline the macro wrapper functions, but this requires that clang-cl and llvm-lib be in PATH (see Usage with clang-cl and x86_64-pc-windows-msvc in the rustc book). If building without LTO is desired (e.g. if you don't want to add LLVM tools to PATH), you can specify NO_LTO when building a specific driver package:

cargo make --cwd driver/<driver_name> --env NO_LTO=1 dist

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A port of the NdisProt-KMDF (and eventually MUX) driver examples to Rust

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published