|
|
|
|
|
by avinassh
1301 days ago
|
|
Using Rust for CRUD stuff is not a good idea. I would pick Go or Elixir may be. If you are starting a new project, ask yourself: 1. Would I be writing this in C++? Then Rust is a great alternative. 2. Would I be using C? Then may be Rust or Zig would make a good alternatives 3. Would I be writing it in Ruby or Python? Then Go or Elixir can be considered |
|