xenet-npcap-helper 0.5.0

Helper crate for managing the installation of npcap on Windows, providing essential support for the xenet
Documentation
1
2
3
4
5
6
7
/// Application information on system
#[derive(Debug, Clone)]
pub struct AppInfo {
    pub display_name: String,
    pub display_version: String,
    pub uninstall_string: String,
}