|
|
|
|
|
by ekidd
1301 days ago
|
|
Rust would not be my first choice for a simple CRUD app. There are too many other tools that handle that space well. I have used Rust at a startup, and it worked out extremely well. But we used it for CLI tools (where it shines), and performance critical code, and for specialized, high performance servers. |
|