README.md

# Campinas

Delimited continuations library for Elixir.

This is currently an experimental library. See [this
post](https://thalesmg.github.io/posts/2021-08-27-elixir-delimited-continuations.html)
for more details on this library.

## Installation

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

```elixir
def deps do
  [
    {:campinas, "~> 0.0.1"}
    # alternatively
    {:campinas, git: "https://github.com/thalesmg/campinas.git", tag: "0.0.1"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/campinas](https://hexdocs.pm/campinas).