ysockaddr 0.2.0

Integration between SockAddr and C sockaddr
Documentation
[dependencies.libc]
version = "0.2"

[dev-dependencies.rstest]
version = "0.19"

[features]
alloc = []
default = ["std", "extra_traits"]
extra_traits = ["libc/extra_traits"]
std = []

[lib]
name = "ysockaddr"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "Integration between SockAddr and C sockaddr"
edition = "2021"
homepage = "https://github.com/yaws-rs/ylibc"
keywords = ["ffi", "libc", "socket"]
license = "Apache-2.0/MIT"
name = "ysockaddr"
readme = "README.md"
repository = "https://github.com/yaws-rs/ylibc"
version = "0.2.0"

[package.metadata.docs.rs]
features = ["std", "extra_traits"]