blob: c5d97ed8a0ce768b8e20879ee4d2745caa733fc8 [file] [log] [blame] [view] [edit]
# 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.