rust_code_visualizer 0.1.2

A library and CLI tool for graphical representation of Rust code, focusing on visualizing the relationships between structs and enums.
Documentation
1
2
3
4
5
6
7
8
pub mod structures;
pub use structures::*;

pub mod funcs;
pub use funcs::*;

pub mod impls;
pub use impls::*;