iprobe 0.1.0

Probe if the host system supports IPv4, IPv6 and IPv4-mapped-IPv6.
Documentation
  • Coverage
  • 90%
    9 out of 10 items documented1 out of 9 items with examples
  • Size
  • Source code size: 35.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 519.41 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • al8n/iprobe
    3 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • al8n

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

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.