Session 3 - Tools of the trait

In this session we'll explore shared behaviour, so-called traits.

Because we will be relying more on the Rust standard library, it makes sense to point out that the Rust standard library documentation can be found at: https://doc.rust-lang.org.

Rust libraries are organized in Crates. When these Crates get published, documentation is added to this library automatically. For a full list of available Crates, navigate to: crates.io