Gormadt@lemmy.blahaj.zone to linuxmemes@lemmy.world · 3 days agoRust? Like what's on some metals?i.imgflip.comexternal-linkmessage-square135fedilinkarrow-up1579
arrow-up1579external-linkRust? Like what's on some metals?i.imgflip.comGormadt@lemmy.blahaj.zone to linuxmemes@lemmy.world · 3 days agomessage-square135fedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up2·2 days agoA program being written in rust itself doesn’t guarantee anything, but it tells you what you’ll probably find: Utf-8 support No shenanigans with installations, dynamic libraries and such. Just download and execute. Multi-platform support Low resource usage. semver. Compile with just 1 command if you want to. MIT/apache2 license. No memory leaks. If it crashes, at least it will probably log out something more helpful than “SEGFAULT”. Many of those are highly positive to the end consumer.
minus-squaredan@upvote.aulinkfedilinkarrow-up1·2 days agoMost of those points are true for programs written in Go too, and C# (if you use Native AoT).
A program being written in rust itself doesn’t guarantee anything, but it tells you what you’ll probably find:
Many of those are highly positive to the end consumer.
Most of those points are true for programs written in Go too, and C# (if you use Native AoT).