Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeuer authored Mar 4, 2024
1 parent e7b14a7 commit 6e16c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
It is a tiny ([Rustler](https://github.com/rusterlium/rustler)-based) wrapper around the [`layout-rs`](https://crates.io/crates/layout-rs). I initially used a local copy of `dot.exe` from the [Graphviz](https://graphviz.org/) package, and launched `dot` using [rambo](https://github.com/jayjun/rambo). However, I didn't want to spin up a console executable for each conversion, so looked for alternatives. Luckily, I found [`nadavrot/layout`](ttps://github.com/nadavrot/layout), which seems to do what I wanted. *I haven't checked whether that Rust crate can do *everything* that the full dot executable can do.*

Try this [demo](livebook://github.com/chgeuer/ex_dot/blob/main/demo.livemd).

## Installation

Expand Down Expand Up @@ -51,4 +52,4 @@ digraph R {
"""
|> Dot.to_svg()
|> Kino.Image.new(:svg)
```
```

0 comments on commit 6e16c4c

Please # to comment.