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
没有未指定的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