QuickChex

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add quick_chex to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:quick_chex, "~> 0.0.1"}]
end
```
  1. Ensure quick_chex is started before your application:
```elixir
def application do
  [applications: [:quick_chex]]
end
```