You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple RESTful API built with Rust using the Axum framework. This project serves as a starter template for building scalable and maintainable backend applications in Rust. It includes versioned APIs (v1 and v2) for basic user management operations using a JSON file as a datastore.
This repository demonstrates a basic web server built using the Axum web framework in Rust. It includes routes with different functionalities, structured logging with tracing, and JSON handling.