v0.15
Fundamental Updates
- Add
type Type: BodyType
inResponseBody
and, whenType
isJSON
, automatically implResponseBody<Type = JSON>
forVec<_>
,[_; _]
,&[_]
,Option<_>
- Add
type Error: IntoResponse
in{Front, Back}Fang
and updates their return type toOutput = Result<(), Self::Error>
Other Changes
Response::{json_str, set_json_str}
: mark as unsafe- Document updates