README.md

# Quarp

A reactive library built on top of reactive extensions (observables) with consistency guarantees in the spirit of Quarp"

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `observables` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:quarp, "~> 0.1.0"}
  ]
end
```