1595671920
Demo of the new async/await support released in Rust 1.39.
GitHub project with my demo code is here: https://github.com/tjpalmer/async-demo
Other important links:
https://blog.rust-lang.org/2019/09/30…
https://github.com/tokio-rs/tokio
https://github.com/seanmonstar/reqwest (including the example my demo is based on)
https://jsonplaceholder.typicode.com/
#demo
1620377063
https://www.codecheef.org/article/react-async-await-fetch-api-call-example
#react #fetch-api #async #await #async-await
1589945100
In this video we build a Web crawler in Rust using Surf and Async-Std. This video is meant to introduce the concept of Futures, async, await and tasks.
#rust #async/await #web
1592372285
My team is in the process of refactoring a large application that we want to deploy to our production environment soon. I’ve just been assigned as lead developer to this project, since the prior lead got another job in a different state, and I’ve been digging through the code to
#async/await #async #asp.net #programming
1595671920
Demo of the new async/await support released in Rust 1.39.
GitHub project with my demo code is here: https://github.com/tjpalmer/async-demo
Other important links:
https://blog.rust-lang.org/2019/09/30…
https://github.com/tokio-rs/tokio
https://github.com/seanmonstar/reqwest (including the example my demo is based on)
https://jsonplaceholder.typicode.com/
#demo
1626318000
The ultimate Rust lang tutorial. Follow along as we go through the Rust lang book chapter by chapter.
📝Get the FREE Rust Cheatsheet: https://letsgetrusty.com/cheatsheet
The Rust book: https://doc.rust-lang.org/stable/book/
Chapters:
0:00 Intro
0:43 Release Profiles
3:00 Documentation Comments
4:32 Commonly Used Sections
5:04 Documentation Comments as Tests
5:50 Commenting Contained Items
6:29 Exporting a Public API
8:44 Setting up Creates.io Account
9:54 Adding Metadata to a New Create
12:14 Publishing to Crates.io
12:49 Removing Version from Crates.io
13:37 Outro
#letsgetrusty #rustlang #tutorial
#rust #rust lang #rust crate