trunk 0.21.14

Build, bundle & ship your Rust WASM application to the web.
1
2
3
4
5
6
7
8
9
//! Trunk's subcommands

pub mod build;
pub mod clean;
pub mod config;
pub mod core;
pub mod serve;
pub mod tools;
pub mod watch;