Skip to main content

summarize

Function summarize 

Source
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).