Boyang Yan

Home

❯

posts

❯

std::future vs futures rs

std::future vs futures-rs

Apr 04, 20251 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 v4.5.0 © 2025