Packages

A leader election and supervisor library for Elixir, using external oracles

Current section

Files

Jump to
crown README.md
Raw

README.md

# Crown
<!-- rdmx :badges
hexpm : "crown?color=4e2a8e"
github_action : "lud/crown/elixir.yaml?label=CI&branch=main"
license : crown
-->
[![hex.pm Version](https://img.shields.io/hexpm/v/crown?color=4e2a8e)](https://hex.pm/packages/crown)
[![Build Status](https://img.shields.io/github/actions/workflow/status/lud/crown/elixir.yaml?label=CI&branch=main)](https://github.com/lud/crown/actions/workflows/elixir.yaml?query=branch%3Amain)
[![License](https://img.shields.io/hexpm/l/crown.svg)](https://hex.pm/packages/crown)
<!-- rdmx /:badges -->
**TODO: Add description**
## Installation
<!-- rdmx :app_dep vsn:$app_vsn -->
```elixir
def deps do
[
{:crown, "~> 0.1"},
]
end
```
<!-- rdmx /:app_dep -->