|
|
|
|
|
by GardenLetter27
280 days ago
|
|
Most Rust code looks like this - only generic library code goes crazy with all the generics and lifetimes, due to the need to avoid unnecessary mallocs and also provide a flexible API to users. But most people aren't writing libraries. |
|