This website requires JavaScript.
Explore
Help
Sign in
zacheryasc
/
swactor
Watch
1
Star
0
Fork
You've already forked swactor
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
d9489ccac2
swactor
/
crates
/
runtime-dashboard
/
src
/
dashboard_html.rs
2 lines
66 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: extract 3,432 lines of embedded HTML to include_str!() Move HTML content from Rust raw string literals into proper .html files, replacing each _html.rs with a 1-line include_str!() call. - runtime-dashboard: dashboard.html (511), actors.html (739), distribution.html (746) - simulation-dashboard: dashboard.html (1,436) Enables proper HTML syntax highlighting and linting in editors. Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 09:50:14 +00:00
pub
const
DASHBOARD_HTML
:
&
str
=
include_str
\
!
(
"
dashboard.html
"
)
;
Reference in a new issue
Copy permalink