#module #interface #tool #public #analyzing #layout #inspect

bin+lib thigpen

thigpen is a tool for analyzing module layout of a rust crate

2 unstable releases

0.2.1 Jan 13, 2024
0.1.0 Jan 11, 2024

#6 in #analyzing

Download history 8/week @ 2024-01-07 1/week @ 2024-01-14 16/week @ 2024-02-25 5/week @ 2024-03-10 27/week @ 2024-03-31 44/week @ 2024-04-07

71 downloads per month

Custom license

25KB
563 lines

thigpen

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.

Usage

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.

Why thigpen?

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.

Dependencies

~3–10MB
~103K SLoC