vertigo-cli 0.11.2

Reactive Real-DOM library with SSR for Rust - packaging/serving tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod html;
mod mount_path;
mod request_state;
mod response_state;
mod serve_opts;
mod serve_run;
mod server_state;
mod vertigo_handler;
mod vertigo_install;
mod wasm;

pub use mount_path::{MountConfig, MountConfigBuilder};
pub use serve_opts::{ServeOpts, ServeOptsInner};
pub use serve_run::run;
pub use server_state::ServerState;
pub use vertigo_handler::vertigo_handler;
pub use vertigo_install::vertigo_install;