cm0002@literature.cafe to Programming@programming.dev · 1 month agoGrit: rewriting Git in Rust with agentsblog.gitbutler.comexternal-linkmessage-square14linkfedilinkarrow-up19arrow-down165
arrow-up1-56arrow-down1external-linkGrit: rewriting Git in Rust with agentsblog.gitbutler.comcm0002@literature.cafe to Programming@programming.dev · 1 month agomessage-square14linkfedilink
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.