#rust allows for a lot of type shenanigans; even their official code linter, #clippy is aware of this. For example, if one field of your function or struct is too long, the linter suggests putting it into a different type to make it more readable. Sometimes, this is usefull. Sometimes, it's totally messed up. for example, If you're forced to implement traits to support the new made up struct. https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
| github | https://github.com/Guelakais |
| gitlab | https://gitlab.com/FioLaKais |
| ros | https://discourse.ros.org/u/guela_kais |



