Learning Rust with Excerpts and Examples from the Rust Book

The GitHub repository for this is here: Learning Rust

Please click on the star button on the repo on GitHub to support this effort.

Here is a sentence from the book: “Nothing in Rust prevents a trait from having a method with the same name as another trait’s method, nor does Rust prevent you from implementing both traits on one type.”

I’m trying to write it in a way that I understand it, like this: Nothing in Rust prevents a trait from having a method with the same name as another trait’s method. Also, Rust does not prevent you from implementing two traits with the same name on one type.

I’m trying to reword and simplify it like that, and I’m also changing the code examples etc. If you would like to support me with this effort, or if you’d like to try it out in your own branch, then feel free to create a PR, or shoot me a message

Will add more markdown to explain things in a possibly simpler way for newbies, in the future