pub fn scan_directory(input: &InputConfig) -> Result<Manifest>Expand description
Scans .rs files in the configured directory and extracts RPC metadata.
Walks the directory recursively, applying include/exclude glob patterns
from the config, then parsing each matching Rust source file for
#[rpc_query] / #[rpc_mutation] annotated functions and #[derive(Serialize)] structs.