Skip to main content

mdql_web/
lib.rs

1//! MDQL browser UI — axum server with embedded SPA.
2
3mod server;
4
5pub use server::run_server;