cm0002@literature.cafe to Programming@programming.dev · 1 month agoGrit: rewriting Git in Rust with agentsblog.gitbutler.comexternal-linkmessage-square14fedilinkarrow-up110arrow-down177
arrow-up1-67arrow-down1external-linkGrit: rewriting Git in Rust with agentsblog.gitbutler.comcm0002@literature.cafe to Programming@programming.dev · 1 month agomessage-square14fedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up3·1 month 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.
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.