README.md
# CSPEx
[![Hex.pm](https://img.shields.io/hexpm/v/cspex.svg?style=flat-square)](https://hex.pm/packages/cspex)
[![Hex.pm](https://img.shields.io/hexpm/dt/cspex.svg?style=flat-square)](https://hex.pm/packages/cspex)
A library that brings all the CSP joy to the Elixir land.
## Usage
1. Add the dependency to the mix.exs file:
```elixir
deps: [{:cspex, "~> x.x.x"}, ...]
```
2. Add the following snippet to any module where you want to use it:
```elixir
use CSP
```
3. Be happy!
## Documentation
Online documentation is available [here](http://hexdocs.pm/cspex).