Add lifetimes example

This commit is contained in:
laurens 2020-09-06 17:47:18 +02:00
parent c091a91f2a
commit d6e49c8ae7
2 changed files with 56 additions and 0 deletions

9
lifetimes/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "lifetimes"
version = "0.1.0"
authors = ["laurens <miers132@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]