Common Collections

  • The various data structures in Rust's standard library are called Collections. Refer here.
  • They can contain multiple values and collections point data stored on heap.
  • Most Common Collections:
    • Vectors
    • String
    • Hash Map