Why are so many rust opensource projects MIT licensed?
Why are so many rust opensource projects MIT licensed?

The most popular licenses for each language in 2023

A few people pointed out that many rust projects were MIT licensed and since then I indeed have seen MIT licensed projects everywhere in Rust. Then I found the link of this post and it looks like MIT was by far the most popular license in all of opensource in 2023.
Any ideas why?
MIT allows the publication of derived work to be closed source, GPL doesn't. Thus, at least for corporations, it is an advantage to publish some code, e.g. libraries with MIT licence, so that it can become a commonly used "standard implementation", while their end user software remains closed source.
This is why i like publishing under LGPL, people can still use it in proprietary software but the library itself is better protected.
Thank you. That would explain why corporations use it (and the Apache license), however my guess is that most opensource projects aren't corporate. Do you maybe have a guess why non-corporations use MIT?
Anti Commercial-AI license
"Here's my project do what you want, or don't, with it I don't care"
You would be surprised. A lot are written by people as part of their job or so they can use them for their job or being sponsored by a company to do the work. The people with the most time to contribute library code to rust are being paid to do it in one form or another.
If you want to spread rust corporations using it is part of spreading.