|
|
|
|
|
by sbt
1432 days ago
|
|
The problem with errors in Rust is that the stdlib defined Error as a trait and traits are hard to use (not sized, etc). The current state of affairs with thiserror and anyhow is not satisfactory if we want to ease the Rust learning curve. Errors are too fundamental to be this hard. |
|
Rust is a really great language, but I believe it is a trap to go down this “high-level low-level language” route C++ also chose.