travelping / hello

Erlang RPC server framework
MIT License
32 stars 20 forks source link

Get rid of mix and rebar2 and permanently move to rebar3 #103

Closed surik closed 6 years ago

surik commented 6 years ago

Also, it removes Elixir bindings for Hello and Hello.Clien. Now Elixir code which uses them should have aliases for both modules:

alias :hello, as: Hello
alias :hello_client, as: Hello.Client