Skip to content

v0.1.1

Choose a tag to compare

@ym-project ym-project released this 24 Dec 07:23
· 20 commits to v4 since this release

What's Changed

  • feat(#29): ✨ add Responder trait by @ym-project in #33
    Now you can use extracted data as response data:
    #[post("/")]
    async fn index(data: MsgPack<Data>) -> impl Responder {
      data
    }

Full Changelog: v0.1.0...v0.1.1