skelecode 1.0.0

Code structure scanner that generates project-wide context graphs for humans and AI
Documentation
1
2
3
4
5
6
mod app;
mod export;
mod ui;
mod welcome;

pub use app::{run_tui, run_tui_welcome};