Module commands

Module commands 

Source
Expand description

CLI command implementations

This module contains the implementation of various CLI commands:

  • analyze: Memory analysis command
  • generate_report: Report generation command
  • test: Testing utilities

Re-exports§

pub use analyze::run_analyze;
pub use generate_report::run_generate_report;
pub use html_from_json::run_html_from_json;
pub use test::run_test;

Modules§

analyze
Memory analysis command implementation
generate_report
Report generation command implementation
html_from_json
HTML generation from JSON files command
test
Test command implementation