Skip to content

Commit d5449c9

Browse files
authored
feat(lifetimekata): Add info about Lifetimekata project
1 parent 9acefe8 commit d5449c9

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)