Skip to main content

extract_zig_field_chunks

Function extract_zig_field_chunks 

Source
pub fn extract_zig_field_chunks(body: &str) -> Vec<(String, String)>
Expand description

Split a Zig struct body (text between { and }, exclusive) into field chunks separated by , at depth 0.