workflow-dom

Crates.ioworkflow-dom
lib.rsworkflow-dom
version0.14.0
sourcesrc
created_at2022-09-21 14:15:40.536339
updated_at2024-07-09 23:32:00.13209
descriptionDOM injection utilities for run-time injection of JavaScript and CSS
homepage
repositoryhttps://github.com/workflow-rs/workflow-rs
max_upload_size
id670971
size29,243
surinder singh (surinder83singh)

documentation

README

workflow-dom

Part of the workflow-rs application framework.


Browser DOM manipulation utilities

github crates.io docs.rs license

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!() macro this crate can be used to dynamically inject JavaScript and CSS files into the browser environment at runtime.

Commit count: 513

cargo fmt