An open API service indexing awesome lists of open source software.

https://github.com/zigtools/zig-mapper

Map your Zig projects' callgraphs
https://github.com/zigtools/zig-mapper

Last synced: 10 months ago
JSON representation

Map your Zig projects' callgraphs

Awesome Lists containing this project

README

          

# zig-mapper

Use zls as a library to map Zig projects using Graphviz!

![Example of graph generated by zig-mapper](.github/assets/example.png)

Extra WIP, please don't use this right now

## How-to

```
zig build run -- /path/to/project/build.zig > project.dot
fdp project.dot -Tsvg -o project.svg
```

## License

MIT