msgpack_port_driver

Library for creating C++11 Erlang port drivers using `rpclib`, which is a "Modern rpclib - modern msgpack-rpc for C++".


License
Apache-2.0

Documentation

RpclibPortDriver

TODO: Add description

Installation

If available in Hex, the package can be installed by adding rpclib_port_driver to your list of dependencies in mix.exs:

def deps do
  [
    {:rpclib_port_driver, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/rpclib_port_driver.