This website requires JavaScript.
Explore
Help
Sign In
doryan
/
AIT
Watch
1
Star
0
Fork
You've already forked AIT
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
27f9a8e10b
AIT
/
src
/
view
/
resources
/
mod.rs
2 lines
51 B
Rust
Raw
Normal View
History
Unescape
Escape
feat(help): add help text
2024-08-17 20:40:50 +03:00
pub
static
HELP
:
&
str
=
include_str!
(
"
help.html
"
)
;