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

iprobe

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

2 releases

0.1.1 Mar 6, 2025
0.1.0 Jan 6, 2025

#22 in #probe

Download history 259/week @ 2025-03-15 92/week @ 2025-03-22 143/week @ 2025-03-29 123/week @ 2025-04-05 58/week @ 2025-04-12 79/week @ 2025-04-19 88/week @ 2025-04-26 99/week @ 2025-05-03 64/week @ 2025-05-10 61/week @ 2025-05-17 61/week @ 2025-05-24 53/week @ 2025-05-31 44/week @ 2025-06-07 52/week @ 2025-06-14 105/week @ 2025-06-21 164/week @ 2025-06-28

368 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

~1.6–9.5MB
~120K SLoC