|
|
|
|
|
by notquiteright
1012 days ago
|
|
No, wrong level of abstraction. Why do manual memory management in a realm where it doesn’t really matter? In addition to the excessive amount of work (also why I wouldn’t choose Rust for the job), you’re opening yourself up to a whole class of errors for no good reason. |
|
The bigger issue is the mediocre string processing libraries that are so common to C.