|
|
|
|
|
by pjmlp
126 days ago
|
|
Rust doesn't make sense for web development, any compiled language with automatic memory management, and value types, has much better tooling and ecosystem. Use it where it is ideal, system programming level tasks where for whatever reasons automatic memory management is either not possible, or not wanted for various reasons. |
|