libmw 0.1.2

Library for constructing a pipeline of middleware functions
Documentation
  • Coverage
  • 100%
    14 out of 14 items documented0 out of 11 items with examples
  • Size
  • Source code size: 8.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.83 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • lostinspiration/libmw
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lostinspiration

Library for constructing a pipeline of middleware functions that have the option to call the next in the chain if they so desire before returning back to the previous function call.

This allows for the programmer to perform work on the given context both before and after invoking the next function in the chain.