v0.1.0
⚠️ This release contains backwards-incompatible changes ⚠️
Remove responder with compact representation.
Now there is only:
#[post("/")]
async fn index(data: MsgPack<Data>) -> HttpResponse {
HttpResponse::Ok().msgpack(...)
}What's Changed
- feat(#28): ♻️ leave only one responder
- docs(#28): 📝 update responder example, remove extra brackets by @ym-project in #32
Full Changelog: v0.0.5...v0.1.0