Skip to content

Commit 95d8d63

Browse files
committed
docs: add new content and images for traits and polymorphism section
- Updated SUMMARY.md to include a new subsection on Trait bounds and Polymorfismo. - Added SVG image for Ferris expressing doubt (ferris-doubt.svg). - Added PNG image for Ferris expressing love (ferris-love.png). - Introduced important.svg to enhance the visual representation of important notes. - Created trait-bounds-and-polimorfism.md to explain generics and polymorphism in Rust. - Updated structures.md to reference traits more clearly. - Enhanced extra.css for better styling of info sections with new images.
1 parent 0dc3746 commit 95d8d63

File tree

7 files changed

+474
-8
lines changed

7 files changed

+474
-8
lines changed

src/es/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
- [Organización de código](./fundamental/code-organization.md)
2222
- [Gestión de dependencias](./fundamental/dependency-managment.md)
2323
- [Conceptos nuevos](./new-concepts.md)
24-
- [Traits](./new-concepts/traits.md)
24+
- [Traits](./new-concepts/traits.md)
25+
- [Trait bounds y Polimorfismo](./new-concepts/traits/trait-bounds-and-polimorfism.md)

src/es/images/ferris-doubt.svg

Lines changed: 72 additions & 0 deletions
Loading

src/es/images/ferris-love.png

16.1 KB
Loading

src/es/images/important.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)