pub fn summarize(files: &[PackagedFile]) -> (usize, usize)Expand description
Count the text files and bundled binaries in a rendered package, for the CLI’s end-of-run summary.
Returns (text_files, bundled_binaries).
pub fn summarize(files: &[PackagedFile]) -> (usize, usize)Count the text files and bundled binaries in a rendered package, for the CLI’s end-of-run summary.
Returns (text_files, bundled_binaries).