Skip to content

Visualize type dependence in your Rust projects

Notifications You must be signed in to change notification settings

mattnappo/typemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typemap

Visualize dependencies between user-defined types in your Rust projects.

Demonstration

demo

Usage

Visualize type dependence in your Rust projects

Usage: typemap [OPTIONS] --infile <INFILE>

Options:
  -i, --infile <INFILE>    Rust file to analyze
  -o, --outfile <OUTFILE>  PDF file to output to. If none, will print dot to stdout
  -h, --help               Print help
  -V, --version            Print version

Limitations

⚠️ This project is not complete ⚠️

Right now Typemap only supports single-file Rust projects with flat module structure.

About

Visualize type dependence in your Rust projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages