github / stack-graphs

Rust implementation of stack graphs
https://docs.rs/stack-graphs/*/stack_graphs/
Apache License 2.0
752 stars 130 forks source link

Special files via TSG #406

Open BekaValentine opened 7 months ago

BekaValentine commented 7 months ago

Currently, we handle special files by running a custom-written Rust script for each file type. In most of these cases, we're simply processing the file to turn it into stack graphs in a uniform way. It would be good to see if we can do all of this via TSG instead, so that special files are things that stack graph users can also contribute code for without having to learn Rust.