Rustelo/client/src/main.rs
2025-07-07 23:05:46 +01:00

6 lines
184 B
Rust

pub fn main() {
// no client-side main function
// unless we want this to work with e.g., Trunk for a purely client-side app
// see lib.rs for hydration function instead
}