Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Recommend alternatives to Axum
I'm looking for a simpler alternative to Axum server. The main problems I find with it are:
cargo check
. I had to split it off my main app, because LLVM lines count was ~8K for each of several binaries, and ~230K for the web server binary (that uses Axum). It was so slow, I had to same a file twice, because from the first save, I didn't see any cargo c
, and after two of these, I saw some new updated error messages after a ~minute. It seems that the axum-based server had much more LLVM lines than all the other binaries combined.Is there any more straightforward tool?
I need
4 posts - 2 participants
🏷️ Rust_feed