Rust 2020: Funding

👋 This page was last updated ~5 years ago. Just so you know.

Blog posts that praise Rust are many but funding is generally in short supply.

If even a small percentage of the money Rust saves companies was put back into the ecosystem it would help secure the future of the platform tremendously.

Multiple sources of funding

It is unreasonable going forward to expect the same handful of companies to provide all the funding.

Although Rust was born (or so I'm told) at Mozilla, it seems pretty clear that it has outgrown it significantly, and many big companies now benefit from Rust.

I hope they not only contribute code in the future but also funding.

Funding even if you don't ask for it

Projects like rust-analyzer cost money, they explained in great detail. Those should be funded.

Other projects have not explained it in great detail but nevertheless could use funding as well.

There are many people good at what they do but not especially good at getting funding. This doesn't mean they shouldn't get funding.

Goodwill does not pay the rent

If we want the wonderful folks who have been improving all aspects of the compiler, various libraries, infrastructure, docs, and I'm forgetting many, to stay and be happy and not burn out and leave for high-paying jobs, we need funding.

Being well-compensated (or even compensated at all) for work on open-source projects, does not make the work any less noble or open source.

Funding

Thanks for funding.

Comment on /r/fasterthanlime

(JavaScript is required to see this. Or maybe my stuff broke)

Here's another article just for you:

Understanding Rust futures by going way too deep

So! Rust futures! Easy peasy lemon squeezy. Until it's not. So let's do the easy thing, and then instead of waiting for the hard thing to sneak up on us, we'll go for it intentionally.

Bear Cool bear's hot tip

That's all-around solid life advice.

Choo choo here comes the easy part 🚂💨

We make a new project:

Shell session
$ cargo new waytoodeep
     Created binary (application) `waytoodeep` package