Rust notes

crate and trait

Crate
  1. Definition

Rust Coding notes

BTreeMap

std::collections::BTreeMap

BTreeMap is a type from Rust’s standard …