tonic_async_interceptor
Run this command in a terminal, in your project's directory:
cargo add tonic-async-interceptor
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
tonic-async-interceptor = "0.14.1"
The tonic_async_interceptor library will be automatically available globally. Read the tonic_async_interceptor library documentation.
Back to the crate overview.