We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the section about web framworks integrations here, the actix_web example does not work.
actix_web
Versions used:
1.58.0 (02072b482 2022-01-11)
0.23.0
4.0.1
Error got:
#[get("/")] ^^^^^^^^^^^ the trait `Responder` is not implemented for `PreEscaped<String>`
The text was updated successfully, but these errors were encountered:
Hi there,
Actix Web 4.0 support was merged in #331, but it hasn't been released yet.
You can use a git dependency in the meantime.
LMK if you have further questions!
Sorry, something went wrong.
No branches or pull requests
On the section about web framworks integrations here, the
actix_web
example does not work.Versions used:
1.58.0 (02072b482 2022-01-11)
0.23.0
(using the proper feature)4.0.1
Error got:
The text was updated successfully, but these errors were encountered: