Minireq v0.3.0
- Handlers now take a fourth argument,
output_buffer
, where they can serialize their response into
directly - Minimq was bumped
- Users now provide memory for storing handlers into.
- Handler errors will now automatically be serialized into the response on failure, and are required
to implementcore::fmt::Display