Skip to main content

Crate coviz

Crate coviz 

Source
Expand description

Core library for analyzing source calls and rendering graph output.

Re-exports§

pub use analyzer::AnalysisOptions;
pub use analyzer::analyze_path;
pub use analyzer::analyze_path_with_options;
pub use language::Language;
pub use model::Analysis;
pub use model::Call;
pub use model::Function;
pub use render::render_dot;
pub use render::render_html;
pub use render::render_json;

Modules§

analyzer
language
model
render