This website requires JavaScript.
Explore
Help
Sign In
mirror
/
axum-htmx
Watch
1
Star
0
Fork
You've already forked axum-htmx
0
mirror of
https://github.com/robertwayne/axum-htmx
synced
2024-11-24 12:22:49 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e08a2874a7
axum-htmx
/
src
/
lib.rs
7 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-07-22 22:37:15 +02:00
#![
forbid(unsafe_code)
]
Split request and response headers into seperate modules
2023-07-22 23:36:28 +02:00
pub
mod
request
;
pub
mod
response
;
Export request/response modules from base lib module
2023-07-22 23:59:06 +02:00
pub
use
request
::
*
;
pub
use
response
::
*
;
Reference in a new issue
Copy permalink