Expand description
Enums§
- Language
- A source language the graph builder understands.
Functions§
- build
- Parse
srcaslanguageinto a path-agnostic slice: its symbols and name-based references, with no file path (ADR 0012). The path is supplied later at assembly from the manifest. - build_
rust - Parse Rust source. Back-compatible shorthand for
build(Language::Rust, src).