refactor: starting refactor to extract into rear crate
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user