ftr 0.6.0

A fast, parallel ICMP traceroute with ASN lookup, reverse DNS, and ISP detection
Documentation
1
2
3
4
5
6
7
8
//! Build script for Windows-specific configuration

/// Main build function that sets up Windows-specific linker paths
fn main() {
    // Currently no Windows-specific build configuration needed
    // The Windows ICMP API (IcmpCreateFile/IcmpSendEcho) is available
    // through windows-sys crate without additional libraries
}