windows-wfp 0.2.1

Safe Rust wrapper for the Windows Filtering Platform (WFP) kernel-level firewall API
Documentation
1
2
3
4
5
//! Safe RAII handle types for WFP resources
//!
//! This module provides zero-cost RAII wrappers for Windows handles used internally
//! by the WFP subsystem. Most users will interact with higher-level types such as
//! [`WfpEngine`](crate::WfpEngine) and [`WfpTransaction`](crate::WfpTransaction) instead.