Docs.rs
nestrs-microservices-0.3.8
nestrs-microservices 0.3.8
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Joshyahweh
Dependencies
async-nats ^0.47
normal
optional
async-trait ^0.1
normal
axum ^0.7
normal
bytes ^1
normal
optional
chrono ^0.4.44
normal
optional
futures-util ^0.3
normal
optional
lapin ^2.5
normal
optional
linkme ^0.3
normal
metrics ^0.24
normal
optional
nestrs-core ^0.3.8
normal
nestrs-events ^0.3.8
normal
prost ^0.14.3
normal
optional
redis ^0.29
normal
optional
rskafka ^0.6.0
normal
optional
rumqttc ^0.25.1
normal
optional
rustls ^0.23
normal
optional
rustls-pemfile ^2
normal
optional
serde ^1
normal
serde_json ^1
normal
time ^0.3.47
normal
optional
tokio ^1
normal
tonic ^0.14.5
normal
optional
tonic-prost ^0.14.5
normal
optional
uuid ^1.23.0
normal
optional
webpki-roots ^0.26
normal
optional
tokio ^1
dev
protoc-bin-vendored ^3.2.0
build
tonic-prost-build ^0.14.5
build
Versions
25.32%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
MicroserviceHandlerFactory
nestrs_
microservices
0.3.8
nestrs_microservices
Type Alias
Microservice
Handler
Factory
Copy item path
Source
pub type MicroserviceHandlerFactory =
fn
(&
ProviderRegistry
) ->
Arc
<dyn
MicroserviceHandler
>;