This website requires JavaScript.
Explore
Help
Sign In
hannes
/
packager
Watch
1
Star
0
Fork
0
You've already forked packager
Code
Issues
10
Pull Requests
Projects
Releases
Wiki
Activity
Files
5eee5309ad8e8992b47b9f166351b5c3a4db1912
packager
/
rust
/
src
/
routing
/
html.rs
6 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
html out of main
2023-08-29 21:34:00 +02:00
use
maud
::
{
html
,
Markup
}
;
clippy
2023-08-29 21:34:01 +02:00
pub
fn
concat
(
a
:
&
Markup
,
b
:
&
Markup
)
->
Markup
{
html out of main
2023-08-29 21:34:00 +02:00
html!
(
(
a
)
(
b
)
)
}
Reference in New Issue
Copy Permalink