|
|
|
|
|
by jhgg
1529 days ago
|
|
Yes we are using rust in a big way. We have multiple teams now full time working on Rust. It is being used on both the client and server, as native modules, web assembly, and also native rust services and NIFs that embed themselves in our elixir services. It has been an incredible success. I plan to blog more about it in the coming months. Our usage of Rust is continuing to grow, and if you check out our jobs page, you might notice all backend / infra jobs list Rust in them now :) I think probably 40% of requests are handled directly by rust services now, with the rest involving one or more rust service called from our Python API layer. |
|