# Functions
FromTCPLikeConn creates a netx.Conn from a TCPLikeConn.
LoadUUID reads a connection UUID from a context.Context using a globally unique key.
NewListener returns a netx.Listener.
ToConnInfo is a helper function to convert a net.Conn into a netx.ConnInfo.
# Interfaces
ConnInfo provides operations on a net.Conn's underlying file descriptor.
TCPLikeConn is a net.Conn with a File() method.