summaryrefslogtreecommitdiff
path: root/exercises/structs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/structs/README.md')
-rw-r--r--exercises/structs/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/exercises/structs/README.md b/exercises/structs/README.md
new file mode 100644
index 0000000..f400d09
--- /dev/null
+++ b/exercises/structs/README.md
@@ -0,0 +1,7 @@
+### Strings
+
+Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.
+
+#### Book Sections
+
+- [Structures](https://doc.rust-lang.org/rust-by-example/custom_types/structs.html)