steid
Sign in
@jamesgill
/
steid
Code
Commits
acde6b5
At commit acde6b5
Branches
main
steid
/
src
/
infrastructure
/
web
/
mod.rs
254 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
git
;
6
pub
mod
layout
;
7
pub
mod
pages
;
8
pub
mod
profile
;
9
pub
mod
repo
;
10
pub
mod
session_cookie
;
11
pub
mod
settings
;
12
pub
mod
setup
;
13
pub
mod
token
;