This project is part of my journey to learn Rust. I'm exploring Rust's features, including memory safety, concurrency, and high-performance web development using Axum.
To run this project, ensure you have Rust installed:
cargo run
- Learning Rust fundamentals
- Building a simple web server with Axum
- Experimenting with async programming
- Explore more Rust crates
- Improve error handling and performance
- Integrate a database
- Deep dive into Axum framework