5 Strong Opinions On Everyday Rust
5 Strong Opinions On Everyday Rust
5 Strong Opinions On Everyday Rust
Here is an alternative Piped link(s): https://piped.video/watch?v=8j_FbjiowvE
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I'm open-source, check me out at GitHub.
2
was good, thanks. 4
needs a tad more thought imho, returning an impl T
does have its place, because it makes changing the return type of the function a non-breaking change.
Number 4 is only about not returning impl Into
and instead just returning T
.