defmodule Surgex.RPC do @moduledoc """ Remote procedure call system based on Protocol Buffers. Currently, this module only supports making calls via `Surgex.RPC.Client` to an RPC call processor implemented using the [surgery](https://github.com/surgeventures/surgery) package. """ end