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
- Host: GitHub
- URL: https://github.com/terror/eye
- Owner: terror
- License: cc0-1.0
- Created: 2024-07-09T16:47:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-14T03:15:27.000Z (over 1 year ago)
- Last Synced: 2025-02-24T04:53:58.932Z (11 months ago)
- Language: TypeScript
- Size: 143 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
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.