ownsight-core 0.1.0

Core analysis engine for Rust ownership and borrowing visualization
Documentation
1
2
3
4
5
6
7
8
9
pub mod model;
pub mod events;
pub mod graph;
pub mod analysis;

pub use model::*;
pub use events::*;
pub use graph::*;
pub use analysis::*;