Rust Libraries
- Axum - Web framework that focuses on ergonomics and modularity, HTTP server, APIs
- Clap - CLI argument parsing
- grex - Generate a matching regular expression from the test cases you provide
- GTK4 - GUI Rust bindings for GTK4
- Polars - Dataframes
- Ratatui - terminal user interfaces
- Serde - generic serialization/deserialization framework
Cross Platform GUI
Section titled “Cross Platform GUI”Based on Blessed.rs Native GUI section and A 2025 Survey of Rust GUI Libraries | boringcactus and GitHub - flosse/rust-web-framework-comparison: A comparison of some web frameworks and libs written in Rust. Recommendations based on accessibility and productivity.
- Dioxus - full stack cross platform app and web for Rust
- egui - easy to use, pure rust, runs on the web, natively, and game engine
- gpui - UI framework from creators of Zed
- Iced - Retained mode UI with a nice API
- Leptos - front end web
- Tauri - cross platform app platform
- Example: https://github.com/readest/readest
See Also
Section titled “See Also”Rust Package Recommendations
Section titled “Rust Package Recommendations”Where to find trusted, recommended crates