|
|
|
|
|
by 2trill2spill
3032 days ago
|
|
Rust has an overly complicated modules system compared to any other language Ive used. Rust has a million different string types, Can't use inline assembly unless I use a non stable compiler, etc, etc. On paper rust sounds perfect until you use it. edit: And no I'm not talking about the borrow-checker, I like that and it took very little time to figure out. |
|
Your negative is my positive, I can transform a &[u8] to &str without any allocations for instance.