pub fn parse_autoloads(text: &str) -> Vec<AutoloadEntry>Expand description
Parse the [autoload] entries from project.godot text. Robust to comments, blank lines, and
other sections; never panics on malformed input (a bad line is skipped).
pub fn parse_autoloads(text: &str) -> Vec<AutoloadEntry>Parse the [autoload] entries from project.godot text. Robust to comments, blank lines, and
other sections; never panics on malformed input (a bad line is skipped).