diff options
| author | liv <mokou@fastmail.com> | 2023-03-26 12:49:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-26 12:49:26 +0000 |
| commit | 65b8770ce99809e68c254402a6a46cb0bb18e306 (patch) | |
| tree | 176215b3784472efa4c0fa41cfe25a3f36be3ce2 | |
| parent | 2ef6fb66ac9d0c39d2a85a4b79d18b998fe3461c (diff) | |
| parent | d5449c992e8e7633ff929737fb6df4daa5413166 (diff) | |
Merge pull request #1438 from tfpk/patch-2
feat(lifetimekata): Add info about Lifetimekata project
| -rw-r--r-- | exercises/lifetimes/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/exercises/lifetimes/README.md b/exercises/lifetimes/README.md index 72befb3..dc7ca79 100644 --- a/exercises/lifetimes/README.md +++ b/exercises/lifetimes/README.md @@ -11,6 +11,11 @@ be referenced outside. Lifetimes mean that calling code of e.g. functions can be checked to make sure their arguments are valid. Lifetimes are restrictive of their callers. +If you'd like to learn more about lifetime annotations, the +[lifetimekata](https://tfpk.github.io/lifetimekata/) project +has a similar style of exercises to Rustlings, but is all about +learning to write lifetime annotations. + ## Further information - [Validating References with Lifetimes](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html) |
