Crate nova_web

source ·
Expand description

nova_web - implementation of web framework

`nova_web`
├── core.rs
├── middleware.rs
├── routing.rs
├── serde.rs
├── server.rs
└── prelude.rs

core - re-exports of nova_core items middleware - integration of nova_middleware into server routing - integration of nova_router into server serde - re-exports of nova_serde items server - implementation of Nova server prelude - facade for nova imports

Modules