Boyang Yan

Home

❯

posts

❯

std::future vs futures-rs

std::future vs futures-rs

Jul 02, 20261 min read

std::future and futures-rs

Rust has two kinds of types commonly referred to as Future:

  • the first is std::future::Future from Rust’s Standard Library.
  • the second is futures::future::Future from the futures-rs crate.

Reference List

  1. https://book.async.rs/overview/std-and-library-futures.html

Graph View

  • std::future and futures-rs
  • Reference List

Created with Quartz v5.0.0 © 2026