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