pub fn build_rust(src: &str) -> CodeGraph
Parse Rust source. Back-compatible shorthand for build(Language::Rust, src).
build(Language::Rust, src)