Skip to content

Minireq v0.3.0

Compare
Choose a tag to compare
@ryan-summers ryan-summers released this 01 Nov 14:01
· 12 commits to main since this release
a02a613
  • 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 implement core::fmt::Display