6 lines
184 B
Rust
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
|
|
}
|