docs.rs failed to build wfp-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
wfp-0.0.7
WFP - Windows Filtering Platform Rust library
⚠️ This project is experimental and a work in progress.
A safe Rust library for the Windows Filtering Platform (WFP) API, providing an ergonomic interface for creating and managing network filters on Windows systems.
Adding wfp-rs to your project
Add this to your Cargo.toml:
[]
= "0.1.0"
= "0.4" # Optional, for logging
Quick start
Here is a simple example adding a sublayer and a blocking rule:
use io;
use ;
See examples for more examples.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.