/rust.tokio

Primary LanguageRustMIT LicenseMIT

rust.tokio

This repository contains completed tutorials from Tokio.

Getting Started

To run the application in dev mode:

$ cargo run

In a separate terminal window, run the hello-redis example:

$ cargo run --example hello-redis