rustviz-svg 0.1.0

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