servo/components/shared/embedder
Martin Robinson 294a649a6c
Use strum to iterate through enum variants and get their names (#35933)
`strum` allows us to avoid manually listing enum variant names and also
to get their names as static strings. We cannot use this for all cases
due to https://github.com/Peternator7/strum/issues/152, but we can
still use it to remove a lot of code.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-03-13 12:00:31 +00:00
..
build.rs Set the cfg properly for the production-stripped profile (#32991) 2024-08-09 09:16:51 +00:00
Cargo.toml Use strum to iterate through enum variants and get their names (#35933) 2025-03-13 12:00:31 +00:00
input_events.rs add cancelable property to the TouchEvent (#35713) 2025-03-02 08:12:26 +00:00
lib.rs Use strum to iterate through enum variants and get their names (#35933) 2025-03-13 12:00:31 +00:00
resources.rs Add an about:memory page (#35728) 2025-03-07 05:25:08 +00:00
webdriver.rs compositor: Make input event handling per-WebView (#35716) 2025-03-05 18:47:13 +00:00