Crate dia_ip_range[][src]

Dia IP range

Project

Features

This crate provides iterators for IPv4 addresses. This is useful for programs operating on local area networks (LANs).

For examples, see IPv4RangeIter.

Notes

Documentation is built with all features. Some of them are optional. If you see some components from other crates, you can view source to see what features are required.

Modules

version_info

0.6.0 (March 10th, 2021)

Structs

Error

Error

IPv4Range

IPv4 range

IPv4RangeIter

IPv4 range iter

Constants

CODE_NAME

Crate code name

ID

ID of this crate

NAME

Crate name

RELEASE_DATE

Crate release date (year/month/day)

TAG

Tag, which can be used for logging…

VERSION

Crate version

Type Definitions

Result

Result type used in this crate