tree: 402bc35104c7416e563c72199912ebef64d9a7d3 [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/developer/ffx/lib/addr/README.md

addr - Fuchsia Target Address Utilities

Rusts IP and Socket address types can leave a little gap, particularly that IPAddrV6 is not routable for link-local addresses (lacks a scope), and SocketAddr demands a port.

This library provides a standard type for addresses, with conveniences for conversions to and from other types.