I've been dabbling in #rust this past week and while I really like the language the compilation times are killing me.
I have a small project I was asked to help with, it uses axum, tokio and serde, and from what I gather use of macros in these packages causes the compiler to go crazy.
I've worked with OCaml, Haskell, Elm and PureScript before and I've never seen such compilation times as I see in Rust.
I have a small project I was asked to help with, it uses axum, tokio and serde, and from what I gather use of macros in these packages causes the compiler to go crazy.
I've worked with OCaml, Haskell, Elm and PureScript before and I've never seen such compilation times as I see in Rust.
1