smolsocket

Crates.iosmolsocket
lib.rssmolsocket
version0.3.0
sourcesrc
created_at2020-05-31 12:21:53.279859
updated_at2020-06-08 09:27:17.249791
descriptionSocketAddr based on smoltcp's IpAddress
homepagehttps://github.com/hlzhang/smolsocket/
repositoryhttps://github.com/hlzhang/smolsocket/
max_upload_size
id248102
size36,639
hlzhang (hlzhang)

documentation

https://docs.rs/smolsocket

README

smolsocket

SocketAddr based on smoltcp's IpAddress

CircleCI Build Status License

There is no unspecified ip address as smoltcp's Address and IpEndpoint does.
It's more like the std SocketAddr but can be used in environments that std is not available.

cargo test --no-default-features --features=proto-ipv4
cargo test --no-default-features --features=proto-ipv6
cargo test --no-default-features --features=proto-ipv4,proto-ipv6
cargo test --no-default-features --features=proto-ipv4,proto-ipv6,std

standard version

npx standard-version --dry-run
Commit count: 38

cargo fmt