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-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up3·4 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.
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.