Rust pointers don't seem to be designed for use as identifiers, so it's probably more idiomatic and possibly more reliable to manage our own unique identifier system. https://stackoverflow.com/a/72149089 This also lets us get rid of the `ElementRc` newtype. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| index.html | ||
| main.css | ||
| run-examples | ||