Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 372 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 372 Bytes

Lifetime variance in Rust

This worked example covers the basics of variance in Rust, as it applies to lifetimes, written in a literate programming style.

This is a working Rust crate. Clone this repo and run cargo build to play with it.

Head on over to src/lib.rs to begin!

License

CC0