diff options
| author | bors <bors@rust-lang.org> | 2019-05-25 13:40:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-05-25 13:40:15 +0000 |
| commit | 1f07fd4150abbc47fae25431865f4bcfb31b4aea (patch) | |
| tree | a1707dc54c1b04901269fa88d5c0c2f8eb34de91 /exercises/structs/README.md | |
| parent | 8bf8cbbd61a909b0580162c9f1fd314885daf1c2 (diff) | |
| parent | 9b92aa08aead17d7737137f1c5c382548797b83e (diff) | |
Auto merge of #163 - briankung:add_structs, r=komaeda
Adds a simple exercise for structures
Thanks for rustlings! Here's a small contribution in return.
Diffstat (limited to 'exercises/structs/README.md')
| -rw-r--r-- | exercises/structs/README.md | 7 |
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) |
