Crates.io | in_addr |
lib.rs | in_addr |
version | 1.0.0 |
source | src |
created_at | 2019-02-13 20:13:44.094359 |
updated_at | 2019-02-15 16:25:30.14453 |
description | Exposes a common interface to in_addr between Unix and Windows. |
homepage | |
repository | https://github.com/animalsiknow/in_addr |
max_upload_size | |
id | 114613 |
size | 6,692 |
This crate exposes a common interface to in_addr between Unix and Windows. Get rid of these #[cfg]
s!
no-std
: Compile this crate with no_std
. Conversions to and from std::net::Ipv4Addr
will not be available.