Rust
Public samples that show Rust systems and async HTTP work.
rust-samples
Rust samples - hello world to Axum weather API
rust-samples is a small Rust learning repo with two crates on edition 2024. hello_world is a minimal console binary; weather_api is an Axum + Tokio service that serves GET /weatherforecast with camelCase JSON forecasts (chrono + rand), mirroring the familiar ASP.NET weather sample. Aimed at engineers crossing from .NET into Rust async HTTP.
Rust |
Axum |
Tokio |
Serde |
Chrono |