/rust_lifetime_problem

Little demo problem to aid learning about lifetimes

Primary LanguageRust

rust demo problem for help learning lifetimes

build docs

The docs contain the problem description, and guidance for solving the problem.

$ cargo doc --no-deps --open

run tests

$ cargo test