//! Build-time code generation: embedded UI HTML.
modroutine_schema;/// Yew UI build + inlining into a self-contained `index.html`.
modui;/// Run all build-time code generation steps for `manifest_dir`.
pubfnrun(manifest_dir:&str){routine_schema::generate(manifest_dir);ui::build(manifest_dir);}