BinChengZhao / delicate

A lightweight and distributed task scheduling platform written in rust. (一个轻量的分布式的任务调度平台通过rust编写)
Apache License 2.0
712 stars 73 forks source link

Feature/migrate to poem #25

Closed BinChengZhao closed 3 years ago

BinChengZhao commented 3 years ago
  1. actix-web related dependencies are removed and replaced with poem & tokio.
  2. upgrade multiple dependencies with direct dependencies on tokio 1.0.
  3. global modification of all middleware. 4.
  4. application style change from actix-web to poem & tokio combined style.
  5. full link testing and writing migration logs.