Skip to main content

wavecraft_dev_server/
lib.rs

1//! Wavecraft dev server library
2//!
3//! Exports modules for testing and integration.
4
5pub mod app;
6pub mod assets;
7pub mod webview;
8pub mod ws_server;
9
10pub use app::AppState;