Network.Locationval validate_public : t -> unitRaises an exception if t is not a valid public address (e.g. the Unix path is relative)
val pp : t Fmt.tval unix : string -> tunix path is a Unix-domain socket address. path is made absolute if it isn't already.
val tcp : host:string -> port:int -> ttcp ~host port is `TCP (host, port).
val of_string : string -> (t, [> `Msg of string ]) Stdlib.resultval cmdliner_conv : t Cmdliner.Arg.conv