3 unstable releases

0.3.0 Jun 8, 2020
0.1.1 Jun 5, 2020
0.1.0 May 31, 2020

#8 in #smoltcp

35 downloads per month
Used in protosocks

Custom license

26KB
578 lines

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

Dependencies

~2MB
~46K SLoC