Learning Rust Challenge! #6

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • Linked lists in Rust are apparently evil, so I'm going to play a bit with them.
    Songs used in the video:
    • TheFatRat - Monody (fe...
    Thumbnail photo by KRiemer:
    pixabay.com/ph...
    Powered by Gynvael Coldwind
    More info: gynvael.live/f...
    My Discord: gynvael.coldwi...
    My Twitter: / gynvael
    My Blog: gynvael.coldwi...
    My Company: hexarcana.ch/
    Livestream ID: EN 125

КОМЕНТАРІ • 2

  • @icepopo
    @icepopo Рік тому +2

    There is a great rust course called "Learn Rust With Entirely Too Many Linked Lists" which goes over implementing a linked list multiple times going over many of rust's features.

  • @gang_albanii
    @gang_albanii Рік тому

    12:00 you could use std::mem::swap and take look at std::borrow::Cow too