capnp-rpc-unix
Cap'n Proto is a capability-based RPC system with bindings for many languages
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library capnp-rpc-unix
val validate_public : t -> unit
Raises an exception if t
is not a valid public address (e.g. the Unix path is relative)
val unix : string -> t
unix path
is a Unix-domain socket address. path
is made absolute if it isn't already.
val tcp : host:string -> port:int -> t
tcp ~host port
is `TCP (host, port)
.
val cmdliner_conv : t Cmdliner.Arg.conv