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

https://github.com/terror/eye

A local rust-crate visualization tool
https://github.com/terror/eye

Last synced: 10 months ago
JSON representation

A local rust-crate visualization tool

Awesome Lists containing this project

README

          

## eye

**eye** (👁️) is a local large language model powered rust-crate visualizer. It
spawns an infinite canvas like web application you can quickly load up in your
browser to fully understand a rust crates modules, structs, functions and their
intertwined relationships.

### Prior Art

Inspiration for this project goes to
[rust-ontologist](https://github.com/lava-xyz/rust-ontologist), which is a
similar rust crate visualizer tool.