refactor: starting refactor to extract into rear crate

This commit is contained in:
2024-02-26 23:05:12 +01:00
parent 1dc24bf244
commit 7fe7047485
17 changed files with 114 additions and 12 deletions
+15
View File
@@ -263,3 +263,18 @@ Make axum log requests!
There is another crate, that uses some MIME detection middleware for cache-control, called axum-cc, which could inspire middlewares here.
## Changing Rust Toolchain on Windows
change to GNU:
`rustup toolchain install stable-x86_64-pc-windows-gnu`
change back to MSVC:
`rustup toolchain install stable-x86_64-pc-windows-msvc`
or:
`rustup toolchain install stable-msvc`
activate toolchain with `rustup default`