This crate aims to provide a Rust API to easily create HTML elements, position them by pixel coordinates, and load content defined in JavaScript into the element.
The examples in this crate are hosted online: div-rs Examples
Have a look at the code in example directory. The best way is to clone the repository and run it locally, so you can play around with the code.
You need npm, webpack, and wasm-pack for the examples to run on your machine.
git clone https://github.com/jakmeier/div-rs.git
cd div-rs/examples/www;
npm run build;
npm run start;