tree: 6c858b6e1e737fd62cb17e97f80f388009b90d99 [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.