Closed yujincheng08 closed 5 months ago
It allows users to strip some unneeded codec to reduce binary size.
cargo bloat --all-features:
cargo bloat --all-features
117.8KiB retina
After cargo bloat --no-default-features:
cargo bloat --no-default-features
84.2KiB retina
It allows users to strip some unneeded codec to reduce binary size.
cargo bloat --all-features
:After
cargo bloat --no-default-features
: