跳至主要內容

Tommy小于 1 分钟

rust实现简易的web框架

核心功能:

  1. 实现自定义路由,基于宏实现,使用方式如下:
    1. #[get("/hello")]#[post("/hello")]#[delete("/hello")]#[put("/hello")]