DEV Community

Discussion on: What do you use Rust for?

Collapse
 
gklijs profile image
Gerard Klijs

I tend to agree with that for now. But that's mainly because the libraries fro rust aren't always as mature as for example the ones on the JVM. Also partly because of and partly because of Rust, building the same general purpose microservice is faster with other languages.

And also cross cutting concerns like logging and monitoring. Using them as Lambda it's pretty equal to other languages in that respect. But if you run them 'yourself' this becomes more of a concern.