Our great sponsors
-
-
Good point. Didn't really bother tbh. Almost the same compile times applied when I did an actix project which also used a bunch of actors to make proper websocket communication work. So it might be related to the actor stuff and different messages which all is statically checked. So an actix-example like tcp-chat or chat-broker should be a good approximation (I chose to link some older versions since I haven't migrated to actix 4 yet).
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- This Week in Rust #450
- [privacy/compile-time]: Building rust/cargo projects may leak the compiler's pc username as full homedir paths are getting compiled in - even in the release (and striped) binaries. (the user supposedly distributes these binaries) Is this intended for some reason?
- error[E0658]: `let` expressions in this position are unstable
- [help] how to fix this error E0275?
- Question about Trait Bounds (from Rust for Rustaceans)