Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

+----------------+
|    Country     |
|----------------|
| name: String   |
| provinces: []  |
+----------------+
        |
        +----------------------------+
        |                            |
+----------------+        +----------------+
|    Province    |        |    Province    |
|----------------|        |----------------|
| name: String   |        | name: String   |
| cities: []     |        | cities: []     |
+----------------+        +----------------+
        |                            |
  +---------------------------+      +--------------------+
  |                           |                           |
+----------------+        +----------------+        +----------------+
|      City      |        |      City      |        |      City      |
|----------------|        |----------------|        |----------------|
| name: String   |        | name: String   |        | name: String   |
+----------------+        +----------------+        +----------------+

About

Composite Pattern in Rust

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages