Skip to content
New issue

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

Web frameworks documentation broken #340

Closed
litchipi opened this issue May 2, 2022 · 1 comment
Closed

Web frameworks documentation broken #340

litchipi opened this issue May 2, 2022 · 1 comment
Labels

Comments

@litchipi
Copy link

litchipi commented May 2, 2022

On the section about web framworks integrations here, the actix_web example does not work.

Versions used:

  • rustc: 1.58.0 (02072b482 2022-01-11)
  • maud: 0.23.0 (using the proper feature)
  • actix_web: 4.0.1

Error got:

#[get("/")]
^^^^^^^^^^^ the trait `Responder` is not implemented for `PreEscaped<String>`
@lambda-fairy
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants