Skip to content

Commit 65b8770

Browse files
authored
Merge pull request #1438 from tfpk/patch-2
feat(lifetimekata): Add info about Lifetimekata project
2 parents 2ef6fb6 + d5449c9 commit 65b8770

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

exercises/lifetimes/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ be referenced outside. Lifetimes mean that calling code of e.g. functions
1111
can be checked to make sure their arguments are valid. Lifetimes are
1212
restrictive of their callers.
1313

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+
1419
## Further information
1520

1621
- [Validating References with Lifetimes](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html)

0 commit comments

Comments
 (0)