this post was submitted on 23 Aug 2023
14 points (100.0% liked)

Rust Programming

7734 readers
1 users here now

founded 5 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago (1 children)

The best one to use is probably the one you already know, right?

[–] [email protected] 4 points 1 year ago

True, but if you don't know any...

[–] [email protected] 1 points 1 year ago (1 children)

I would bad mouth Axum and Actix just because of the overhype. But then, the latter is powering this very platform, and the former is used in the federation crate examples 😉

So let me just say that I tried poem and it got the job done for me. Rusty API. Decent documentation. And everything is in one crate. No books, extension crates, and towers of abstractions needed.

I try to avoid tokio stuff in general for the same reason, although a compatible executor is unfortunately often required.

[–] [email protected] 1 points 1 year ago

Never tried poem, will try it out in the next project :)