cm0002@literature.cafe to Programming@programming.dev · 2 days agoGrit: rewriting Git in Rust with agentsblog.gitbutler.comexternal-linkmessage-square15linkfedilinkarrow-up19arrow-down173cross-posted to: [email protected][email protected]
arrow-up1-64arrow-down1external-linkGrit: rewriting Git in Rust with agentsblog.gitbutler.comcm0002@literature.cafe to Programming@programming.dev · 2 days agomessage-square15linkfedilinkcross-posted to: [email protected][email protected]
minus-squarecalcopirituslinkfedilinkarrow-up2·14 hours 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.