You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo run --example theme_hot_reload --features theme-watch
theme-watch
Theme file watcher demo
Performance And Reports
Example
Command
Features
Purpose
perf_interactive
cargo run --example perf_interactive
-
Interactive perf sanity checks
perf_regression
cargo run --example perf_regression
-
Headless perf regression coverage
v020_perf_audit
cargo run --example v020_perf_audit
-
Non-interactive v0.20 perf report
v020_test_utils
cargo run --example v020_test_utils
-
Non-interactive test utility report
Source-Only Demos
The remaining files in examples/ are kept as source modules for the tours.
They intentionally do not have standalone [[example]] targets. Use the tour
listed below instead of cargo run --example <source-file-name>.