Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 450 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 450 Bytes

olivier

This is a pretty simple todos application backend, which is used to make full use of many famous library for backend development in rust.

Used library

  • anyhow: define error
  • axum: backend framework
  • config: configuration management
  • sea-orm: orm framework
  • garde: validation framework
  • serde: nothing to say
  • thiserror: wrap error
  • tokio-graceful-shutdown: gracefully shutdown
  • tracing: logging and tracing
  • utoipa: api doc