#ipv6 #ipv4 #probe #system #host #ipprobe #netprobe

iprobe

Probe if the host system supports IPv4, IPv6 and IPv4-mapped-IPv6

2 releases

new 0.1.1 Mar 6, 2025
0.1.0 Jan 6, 2025

#1378 in Network programming

Download history 151/week @ 2025-01-04 488/week @ 2025-01-11 426/week @ 2025-01-18 395/week @ 2025-01-25 178/week @ 2025-02-01 189/week @ 2025-02-08 147/week @ 2025-02-15 979/week @ 2025-02-22 1156/week @ 2025-03-01

2,482 downloads per month
Used in 6 crates (2 directly)

MIT/Apache

14KB
94 lines

iprobe

Probe if the host system supports IPv4, IPv6 and IPv4-mapped-IPv6.

github LoC Build codecov

docs.rs crates.io crates.io license

Installation

[dependencies]
iprobe = "0.1"

Example

use iprobe::{ipv4, ipv6, ipv4_mapped_ipv6};

println!("IPv4 enabled: {}", ipv4());
println!("IPv6 enabled: {}", ipv6());
println!("IPv4-mapped IPv6 enabled: {}", ipv4_mapped_ipv6());

License

iprobe is under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2025 Al Liu.

Dependencies

~2–10MB
~123K SLoC