pub fn render_items(items: &[RustItem]) -> StringExpand description
Render a list of RustItems to formatted Rust source code.
Converts each item to its string representation, joins them,
then formats the result via syn::parse_file + prettyplease::unparse.