We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I read this article and I loved this diagram for the Orphan Rules - no reason we can't add a nice mermaid diagram for it: https://www.shuttle.rs/blog/2022/07/28/patterns-with-rust-types
mermaid
The text was updated successfully, but these errors were encountered:
I came up with this so far:
GitHub doesn't want to render my amazing emoji game >:(
flowchart TD A(Crate 1 fa:fa-box <br /> trait MyTrait <br />) & B(Crate 2 fa:fa-box <br /> struct MyStruct <br />)--> C(Crate 3 fa:fa-box <br /> impl MyTrait for MyStruct <br />) & D(Crate 4 fa:fa-box <br /> impl MyTrait for MyStruct <br />) C & D --> E(OurCrate ??? <br /> fa:fa-ban fa:fa-bomb fa:fa-ban fa:fa-bomb fa:fa-ban)
Sorry, something went wrong.
miguelraz
No branches or pull requests
I read this article and I loved this diagram for the Orphan Rules - no reason we can't add a nice
mermaid
diagram for it:https://www.shuttle.rs/blog/2022/07/28/patterns-with-rust-types
The text was updated successfully, but these errors were encountered: