cargo-leptos 0.2.37

Build tool for Leptos.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod build;
mod end2end;
mod new;
mod serve;
mod test;
pub mod watch;

pub use build::build_all;
pub use end2end::end2end_all;
pub use new::NewCommand;
pub use serve::serve;
pub use test::test_all;
pub use watch::watch;