Expand description
§Dia IP range
§Project
- License: GNU Lesser General Public License, either version 3, or (at your option) any later version.
- This project follows Semantic Versioning 2.0.0
§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§
- debts
- Debts
- version_
info 0.10.0(April 11th, 2024)
Structs§
- Error
- Error
- IPv4
Component Range - IPv4 component range
- IPv4
Range - IPv4 range
- IPv4
Range Iter iter - 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 Aliases§
- Result
- Result type used in this crate