Closed v1gnesh closed 2 years ago
Any thoughts, @sharksforarms @wcampbell0x2a ?
I'm not sure how this is related to this library,
An extractor is a type that implements [FromRequest](https://docs.rs/axum/latest/axum/extract/trait.FromRequest.html)
Afaik, there isn't any blocker on implementing FromRequest
on a type which derives DekuRead
Closing for now, feel free to reach out if I'm missing something.
https://tokio.rs/blog/2021-07-announcing-axum#extractors
Sounds like a perfect fit.