grapha 0.3.0

Blazingly fast code intelligence CLI and MCP server for Swift and Rust
Documentation
1
2
3
4
5
6
mod utils;

pub fn run() {
    let val = utils::helper();
    println!("{val}");
}