Create a RESTful API in Rust that allows querying the mtcars dataset. Acceptance Criteria: - [x] API endpoints for querying dataset - [x] Connection to PostgreSQL database - [ ] Proper error handling - [ ] API documentation (Swagger/OpenAPI) - [ ] Unit and integration tests - [x] Containerization of the API service