Skip to main content

parse_rust_source

Function parse_rust_source 

Source
pub fn parse_rust_source(source: &str) -> Vec<SourceObservation>
Expand description

Parses the mandatory focused Rust framework matrix.

Supported syntax comprises Axum route declarations, Actix Web route attributes and builder routes, Reqwest convenience/request calls, and built-in, Tokio, and rstest test attributes. The returned vector is sorted and deduplicated deterministically.