minus-squareKillTheMule@programming.devtoRust@programming.dev•Auto debloat unused `pub` items from dependencies.linkfedilinkarrow-up0·7 days agoActually, dead code eliminination should do the trick, if you’re compiling a binary at least (same for a library I think, but there could be re-exports there). Did you compile in release mode? linkfedilink
KillTheMule@programming.dev to Rust@programming.dev · 15 days agoAsync rust is about concurrencyplus-squarekobzol.github.ioexternal-linkmessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkAsync rust is about concurrencyplus-squarekobzol.github.ioKillTheMule@programming.dev to Rust@programming.dev · 15 days agomessage-square0fedilink
Actually, dead code eliminination should do the trick, if you’re compiling a binary at least (same for a library I think, but there could be re-exports there). Did you compile in release mode?