Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TO
torcherist @programming.dev
Posts 0
Comments 7
Best Rust Web Frameworks to Use in 2023
  • Right. I've been following Rocket for a few years when it was most active but the maintainer has for past couple years been focused elsewhere (I take no issue with that, open source is largely volunteer work after all). v0.5 RCs support async and works well from my experience, ymmv. Axum is great. Actix-web is good too.

  • Are there any tutorials you would like to have made?
  • I’d like to see more material on telemetry for web services, namely opentelemetry for some popular web frameworks like Actix-web or Axum. Reporting those metrics to DataDog or GCP. There are books like zero2prod that discuss but room for improvement for guides on how to integrate with popular cloud monitoring services.