README.md
# ExScylla
* Minimal interface & abstraction
* * Easy to maintain & to add new features as they arrive in the rust driver
* * Users of ExScylla should be able to leverage the rust driver documentation
## Installation
```elixir
def deps do
[
{:ex_scylla, "~> 0.1.0"}
]
end
```