|
|
|
|
|
by oconnor663
2161 days ago
|
|
> is Rust really stable for use in building Production systems? Of course. Rust code has been shipping in Firefox for years now, and most of FAANG uses Rust in production to some degree. The bigger question is whether Rust has the features you need. Async IO, for example, is still quite new. And some C++-like features like const generics are still in development. |
|