Has the Rust official website or community's web service used Rust's crate

:grinning:I am currently learning about Rust's knowledge related to web servers, oh, I have a question
Is this web service built using Hyper or Axum or std::net::TcpStream
:kissing_heart::kissing_heart::kissing_heart:

rust-lang.org and most subdomains are just static web pages served either by github pages or amazon s3 (with a cdn in front in the latter case) depending on the subdomain. crates.io and docs.rs use axum.

3 Likes

Great, I am learning Axum and its features and performance are amazing