Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.2 KB

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.