this post was submitted on 24 Aug 2023
40 points (100.0% liked)

Rust

5754 readers
45 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] academician@lemm.ee 5 points 1 year ago (1 children)

The last time I wrote a web service in Rust, I used Axum - in part because it seemed to be the Rust community's consensus that it was generally the best all-around option (and I didn't have time to prototype with a bunch of other frameworks).

Poem looks really interesting, though! I know the batteries-included approach doesn't appeal to everyone, but it's nice to be able to get so much off the shelf. Does anyone have experience with it yet they'd like to share?

[–] natecox@programming.dev 1 points 1 year ago

Poem is really really neat and I wish I could recommend it, but honestly I think the docs just aren’t good enough for a general recommendation. The demos in the repo are nice but are not a replacement for actual documentation and tutorials.

It will need a lot more community support to actually take off.