Learn Rust Together: Making an HTTP Request

preview_player
Показать описание
In this video I use the Rust Reqwest crate to fetch some data from a REST API!

We also pull environment variables from a .env file using the dotenv crate and deserialize our response using the serde crate

Crates Used:

Рекомендации по теме
Комментарии
Автор

Thanks for the shoutout :) I'm really enjoying your Rust series so far. I'll hopefully come back to this video sometime next month, once I've done the rest of the videos.

mrbig
Автор

I rarely comment on YouTube videos, but this one is really, really good. Good job man!

KelvinKirima
Автор

I've been struggling with everything headers using reqwest. Thank you so much!

nkodoko
Автор

Your videos are incredibly helpful. I hope you keep it up!!!

morecoinbull
Автор

How many more bells and whistles you think you can add to your windows terminal

nathangetty
Автор

why u keep use the code in main function, why no try to move all code in another file and imported as mod then run it !!!!

kamalkamals
Автор

Great Video, Thanks! Tried the same with actix web client seems much harder

leu
Автор

First of all, great video, thank you. But I feel like it'd be better if the videos were edited and had a faster pace. Best.

isiktantanis