|
|
|
|
|
by freecodyx
1058 days ago
|
|
Not related to the project. Most of the code is unsafe. I really find rust counterintuitive. This is just a note to myself.
* rust uses llvm as a backend
* rust tries to solve the memory issues commonly found in C bu enforcing a programming paradigm which allow the compiler to detect them at compile time.
* it tries to provide 0 cost abstractions It works but the code is ugly |
|