We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ef6fb6 + d5449c9 commit 65b8770Copy full SHA for 65b8770
exercises/lifetimes/README.md
@@ -11,6 +11,11 @@ be referenced outside. Lifetimes mean that calling code of e.g. functions
11
can be checked to make sure their arguments are valid. Lifetimes are
12
restrictive of their callers.
13
14
+If you'd like to learn more about lifetime annotations, the
15
+[lifetimekata](https://tfpk.github.io/lifetimekata/) project
16
+has a similar style of exercises to Rustlings, but is all about
17
+learning to write lifetime annotations.
18
+
19
## Further information
20
21
- [Validating References with Lifetimes](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html)
0 commit comments