KillTheMule@programming.dev to Rust@programming.dev · 6 days agoRelease: progrs v0.0.1plus-squaregithub.comexternal-linkmessage-square1fedilinkarrow-up114arrow-down11
arrow-up113arrow-down1external-linkRelease: progrs v0.0.1plus-squaregithub.comKillTheMule@programming.dev to Rust@programming.dev · 6 days agomessage-square1fedilink
KillTheMule@programming.dev to Rust@programming.dev · edit-29 days agoTypst 0.13 releasedplus-squaretypst.appexternal-linkmessage-square4fedilinkarrow-up122arrow-down10
arrow-up122arrow-down1external-linkTypst 0.13 releasedplus-squaretypst.appKillTheMule@programming.dev to Rust@programming.dev · edit-29 days agomessage-square4fedilink
minus-squareKillTheMule@programming.devtoRust@programming.dev•Auto debloat unused `pub` items from dependencies.linkfedilinkarrow-up0·1 month 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 · 1 month agoAsync rust is about concurrencyplus-squarekobzol.github.ioexternal-linkmessage-square0fedilinkarrow-up113arrow-down12
arrow-up111arrow-down1external-linkAsync rust is about concurrencyplus-squarekobzol.github.ioKillTheMule@programming.dev to Rust@programming.dev · 1 month agomessage-square0fedilink
KillTheMule@programming.dev to Rust@programming.dev · 4 months agoTypst 0.12 releasedplus-squaretypst.appexternal-linkmessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkTypst 0.12 releasedplus-squaretypst.appKillTheMule@programming.dev to Rust@programming.dev · 4 months agomessage-square0fedilink
minus-squareKillTheMule@programming.devtoRust@programming.dev•Rust just merged two new very fast sort implementations into stdliblinkfedilinkarrow-up0·8 months agoAlas, on the whole the compiler slowed down as a result of this. I think it’s a worthy tradeoff though. linkfedilink
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?