README.md

# Digraphviz

Thin :digraph converter to graphviz .dot

## Warning

API is unstable. Realization could be full of bugs and far from optimality.

## Installation

```elixir
def deps do
  [
    {:digraphviz, "~> 0.3.0"}
  ]
end
```

## Documentation

Documentation is available at [https://hexdocs.pm/digraphviz](https://hexdocs.pm/digraphviz).

## TODO

- [x] Support subgraphs/clusters
- [x] Support subgraph attributes
- [ ] Documentation