rust-analyzer-cli 0.1.0

A CLI tool built on top of rust-analyzer
1
2
3
fn main() {
    println!("Hello, world!");
}