rustviz-plugin 2.0.0

A tool that allows users to generate an interactive timeline depicting ownership and borrowing events for variables in a Rust code example
1
2
3
4
5
6
pub mod svg_generation;
pub mod timeline_panel;
pub mod code_panel;
pub mod utils;
pub mod line_styles;
pub mod templates;