David Pedersen
David Pedersen
Uh I think that's an interesting idea. Might just work. @jonhoo What do you think?
`impl Layer for Option` I remember @hawkw suggesting that a while ago. Having used tracing which has a similar impl I think I've come around and now think adding such...
@hawkw Yes I think that makes sense! Edit: I've pushed a `ByRef` impl. Still missing docs.
Not quite sure how but maybe we should add a step to CI that somehow verifies that tokio isn't pulled in when this feature isn't enabled. Otherwise I imagine its...
> That's a really good idea. Maybe a combination of cargo metadata / cargo tree and grepping for tokio might suffice. The only way to truly remove tokio is make...
@fisherdarling whats the status of this? I remember we talked a bunch in Discord but don't remember if we reached any conclusions.
@fisherdarling You mentioned on discord that you had run into issues with having to run `!Send` futures and how that might be a show stopper for this. What do you...
The idea of putting the router in its own crate has come up before but I'm a bit hesitant towards that. I'm worried we'll end up with too many `axum-*`...
Let's continue the in https://github.com/tokio-rs/axum/pull/1382 @fisherdarling thanks for your work on this.