tree: 2da3a95a68188b68e347dc80b4d76ee3b4c45c2a [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.