Generic servable
Some checks failed
CI / Check typos (push) Successful in 8s
CI / Check links (push) Failing after 7s
CI / Clippy (push) Successful in 51s
CI / Build and test (push) Successful in 1m13s
CI / Build container (push) Successful in 53s
CI / Deploy on waypoint (push) Successful in 48s

This commit is contained in:
2025-11-07 10:25:17 -08:00
parent a3ff195de9
commit 1c3b53a8de
10 changed files with 263 additions and 161 deletions

View File

@@ -1,5 +1,5 @@
mod page;
pub use page::*;
mod servable;
pub use servable::*;
mod requestcontext;
pub use requestcontext::*;