05. Rust async YouTube API client - rsytup

Published: 01 October 2021
on channel: Bedroom Builds
1,023
28

Introduction on how accessing the YouTube API using Rust works.

crates used:
async-google-apis-common - https://docs.rs/async-google-apis-common
env_logger - https://docs.rs/env_logger
hyper - https://docs.rs/hyper
serde - https://docs.rs/serde
tokio - https://docs.rs/tokio
webbrowser - https://docs.rs/tokio

project source-code: https://github.com/bedroombuilds/rsytup