Reducing code size in librsvg by removing an unnecessary generic struct

from blog Federico's Blog, | ↗ original
Someone mentioned cargo-bloat the other day and it reminded me that I have been wanting to measure the code size for generic functions in librsvg, and see if there are improvements to be made. Cargo-bloat can give you a rough estimate of the code size for each Rust crate in …