Re-exports§
pub use async_trait;pub use axum;pub use serde;pub use serde_json;pub use tokio;pub use tonic;
Modules§
Macros§
- env_
is_ default - feature_
async - impl_
feature_ public_ api - This macro adds APIs to the feature allowing it to be used by services in an easy way.
- link_
grpc_ service - A macro to help service coupling using gRPC connections.
- module_
errors - Defines a custom error enum with standardized internal error handling.
Structs§
- Mutex
- A futures-aware mutex.