README.md
# Exrpc
Simple Elixir RPC.
**!!! This is a pre-stable release, expect breaking API changes !!!**
## Installation
The package can be installed by adding `exrpc` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:exrpc, "~> x.y.z"}
]
end
```
# Usage
Documentation can be found at [HexDocs](https://hexdocs.pm/exrpc).
## ToDo
- [x] Function allowlist/routing
- [x] Publish to Hex.pm
- [ ] Documentation