## `workflow-dom`
Part of the [`workflow-rs`](https://github.com/workflow-rs) application framework.
***
Browser DOM manipulation utilities
[](https://github.com/workflow-rs/workflow-rs)
[](https://crates.io/crates/workflow-dom)
[](https://docs.rs/workflow-dom)
## Features
* Dynamic (runtime) injection of JsvaScript modules and CSS data into Browser DOM
* Optionally supplied callback gets invoked upon the successful load.
Combined with [`include_bytes!()`](https://doc.rust-lang.org/std/macro.include_bytes.html) macro this crate can be used to dynamically inject JavaScript and CSS files into the browser environment at runtime.