steid
Sign in
@jamesgill
/
steid
Code
Commits
88583f2
At commit 88583f2
Branches
main
steid
/
src
/
infrastructure
/
web
/
mod.rs
164 B
Code
·
Blame
·
Raw
1
//!
The web surface: pages, forms, and the request-scoped helpers they use.
2
3
pub
mod
context
;
4
pub
mod
layout
;
5
pub
mod
pages
;
6
pub
mod
session_cookie
;
7
pub
mod
setup
;