SkillAgentSearch skills...

Lifetimekata

An exploration of lifetimes in Rust.

Install / Use

/learn @tfpk/Lifetimekata
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LifetimeKata

Welcome to LifetimeKata, a set of exercises which you can use to improve your understanding of lifetimes in Rust. While many tasks involve writing compiling code, some will also involve creating specific errors.

You should complete the kata in order, as they increase in difficulty, and depend on previous kata.

Getting Started

Clone this repository:

$ git clone https://www.github.com/tfpk/lifetimekata/

Most exercises are run in two steps:

$ cargo build --package ex04

And then either:

$ cargo test --package ex04

or:

$ cargo run --package ex04

depending on whether it's a binary or a library.

View on GitHub
GitHub Stars355
CategoryDevelopment
Updated19d ago
Forks82

Languages

Rust

Security Score

100/100

Audited on Mar 11, 2026

No findings