Crates.io | thigpen |
lib.rs | thigpen |
version | 0.2.1 |
source | src |
created_at | 2024-01-11 03:23:04.30042 |
updated_at | 2024-01-13 06:29:20.495826 |
description | thigpen is a tool for analyzing module layout of a rust crate |
homepage | https://github.com/rockstar/thigpen |
repository | https://github.com/rockstar/thigpen |
max_upload_size | |
id | 1095815 |
size | 38,042 |
Hello and welcome to ACME. I'm the Chief.
thigpen
is a tool for inspecting rust libraries, seeing the modules that make up the library, and the dependencies between those modules. There are many dependency graphing tools, but none of them inspect a single library's internals. The output of thigpen
is a diagram that shows the flow of modules, the public interface of each module, and it's dependencies across the crate.
It's recommended to not install thigpen
globally. Please try it out and report bugs (and request features), and provide patches. These early versions of thigpen
are experimental pre-alpha at best, so please proceed with caution.
git clone git@github.com:rockstar/thigpen.git
cd thigpen
cargo build --release
./target/release/thigpen --help
By default, thigpen $PATH
will output a mermaid graph to stdout. Specifying -o
will specify an output file which you can send to the mermaid cli yourself.
Lynne Thigpen was the voice of the Chief in "Where in the World is Carmen Sandiego?" (the television show as well as games). As she provided clues to help us find the thief, thigpen
provides clues to help us find our way through rust crates.