pub fn parse_custom_methods(src: &str) -> HashMap<String, BTreeSet<String>>Expand description
Parse aeron_custom.rs source and return a map of ClassName -> {method_names}
for every impl ClassName { fn method_name ... } block found.
This lets the generator skip auto-generating methods that have hand-written overrides.