Several middleware documentation examples refer to your_crate::{Next, Service, …} instead of the actual crate name wireframe.
Update the examples to use the correct crate name so they compile when copied verbatim.
Reported by @leynos in #16 (comment).
Several middleware documentation examples refer to
your_crate::{Next, Service, …}instead of the actual crate namewireframe.Update the examples to use the correct crate name so they compile when copied verbatim.
Reported by @leynos in #16 (comment).