cm0002@literature.cafe to Programming@programming.dev · 6 days agoGrit: rewriting Git in Rust with agentsblog.gitbutler.comexternal-linkmessage-square15fedilinkarrow-up110
arrow-up110external-linkGrit: rewriting Git in Rust with agentsblog.gitbutler.comcm0002@literature.cafe to Programming@programming.dev · 6 days agomessage-square15fedilink
minus-squarefruitycoder@sh.itjust.workslinkfedilinkarrow-up7·5 days agoWhy do Rust projects have to keep sucking license wise? Like I like the languages goals. Mozzilla even made the MPL along with it! Why go rug pull licenese type everytime?
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up3·5 days agoThe standard way to link in rust is statically. Due to a technicality, statically linking a GPL library means the final program has to be GPL too. So they basically can’t make GPL libraries. Why not use LGPL instead of MIT? Idk.
Why do Rust projects have to keep sucking license wise?
Like I like the languages goals. Mozzilla even made the MPL along with it! Why go rug pull licenese type everytime?
The standard way to link in rust is statically.
Due to a technicality, statically linking a GPL library means the final program has to be GPL too. So they basically can’t make GPL libraries.
Why not use LGPL instead of MIT? Idk.