ip_rfc

Crates.ioip_rfc
lib.rsip_rfc
version0.1.0
sourcesrc
created_at2020-06-01 18:04:34.372108
updated_at2020-06-01 18:04:34.372108
descriptionIP address globally routable checking for stable rust
homepage
repositoryhttps://github.com/pondurance/ip_rfc
max_upload_size
id248757
size27,228
Craig Hills (chills42)

documentation

README

IP RFC backport

This is a method to allow checking whether an IP address is globally routable.

While this can be done using the is_global() method in nightly, the feature is still unstable, and there has been a lot of debate on if/when it will finally be stabilized. This library provides matching functionality, based on the unstable version, but usable with a stable compiler.

Future plans

This version, extracted from the nightly compiler, with sligh adjustments, can be used in place of the is_global() method on stable rust, and as soon as the feature is stabalized (see https://github.com/rust-lang/rust/pull/66584) then this library can be deprecated.

Commit count: 5

cargo fmt