From 249ad44cc03974fd34708c23d9832b1729c6e844 Mon Sep 17 00:00:00 2001 From: Zerotask Date: Fri, 23 Apr 2021 19:54:31 +0200 Subject: docs(exercises): updated all exercises readme files all exercises readme files now have a unified structure and a description --- exercises/strings/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exercises/strings') diff --git a/exercises/strings/README.md b/exercises/strings/README.md index 38d24c8..fa2104c 100644 --- a/exercises/strings/README.md +++ b/exercises/strings/README.md @@ -1,9 +1,9 @@ -### Strings +# Strings Rust has two string types, a string slice (`&str`) and an owned string (`String`). We're not going to dictate when you should use which one, but we'll show you how to identify and create them, as well as use them. -#### Book Sections +## Further information - [Strings](https://doc.rust-lang.org/book/ch08-02-strings.html) -- cgit v1.2.3