html-node
html-node copied to clipboard
HTML nodes in Rust.
Draft PR; open to suggestions for wider support of more CSS syntax.
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1 to 2. Release notes Sourced from EmbarkStudios/cargo-deny-action's releases. Release 2.0.0 - cargo-deny 0.16.0 Action Added PR#78 added SSH support, thanks @nagua! Changed This release includes breaking...
Hi, Is there a way to handle boolean attributes, such as `selected` in an `` ? I've tried different variations, including typed and non typed, but the best I could...