Skip to content

ealmloff/crate-vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small library for creating a visualization of the crate dependency graph.

Usage

use crate_vis::*;

let cfg = VisualizationCfg{
    workspace_only: true,
    manifest_path: "path/to/Cargo.toml".into(),
    ..Default::default()
};

generate_graph(&cfg).unwrap();

graph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages