os_socketaddr 0.2.5

A type for handling platform-native socket addresses (struct sockaddr)
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.libc]
version = "0.2"

[package]
authors = ["Anthony Baire <ayba@free.fr>"]
categories = ["network-programming", "os", "api-bindings"]
description = "A type for handling platform-native socket addresses (struct sockaddr)"
edition = "2018"
keywords = ["sockaddr", "libc", "socket"]
license = "MIT OR Apache-2.0"
name = "os_socketaddr"
readme = "README.md"
repository = "https://github.com/a-ba/os_socketaddr"
version = "0.2.5"
[target."cfg(target_family=\"windows\")".dependencies.winapi]
features = ["winsock2", "ws2def", "ws2ipdef", "ws2tcpip"]
version = "0.3"