split router::serve units.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
0baa57f5d9
commit
2e45cb281a
7 changed files with 245 additions and 218 deletions
|
@ -1,8 +1,8 @@
|
|||
pub(crate) mod layers;
|
||||
pub(crate) mod request;
|
||||
pub(crate) mod router;
|
||||
pub(crate) mod run;
|
||||
pub(crate) mod serve;
|
||||
mod layers;
|
||||
mod request;
|
||||
mod router;
|
||||
mod run;
|
||||
mod serve;
|
||||
|
||||
extern crate conduit_core as conduit;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue