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