#socket-address #ip-address #smoltcp #std #version #proto-ipv6

no-std smolsocket

基于smoltcp的IpAddress的SocketAddr

3个不稳定版本

0.3.0 2020年6月8日
0.1.1 2020年6月5日
0.1.0 2020年5月31日

#8#smoltcp

每月35次下载
protosocks 中使用

自定义许可

26KB
578

smolsocket

基于smoltcp的IpAddress的SocketAddr

CircleCI Build Status License

没有未指定的IP地址,就像smoltcp的Address和IpEndpoint一样。
它更像是std SocketAddr,但可以用于std不可用的环境。

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

标准版本

npx standard-version --dry-run

依赖项

~2MB
~46K SLoC