Rust multi module microservices Part 5 - Common
Every workspace can have multiple application crates that can have some common utility functions, constants, models/structs for HTTP Request/Response, Kafka Messages, and much more. For this purpose, we are having the common crate to be used for hold...
Jun 24, 20232 min read29