Skip to main content

Crate kanamaru

Crate kanamaru 

Source

Re-exports§

pub use ipc::request::RequestBase;
pub use ipc::IpcMessage;
pub use ipc::StreamingRequest;
pub use ipc::StreamingResponse;
pub use ipc::UnaryRequest;
pub use ipc::UnaryResponse;
pub use plugin::builder::Builder;
pub use plugin::KanamaruPlugin;
pub use responder::RPCType;
pub use responder::Responder;
pub use responder::Routes;
pub use status::AsCode;
pub use status::Code;
pub use status::Status;

Modules§

ipc
plugin
prelude
responder
status
utils

Macros§

include_file_descriptor_set
Include an encoded prost_types::FileDescriptorSet as a &'static [u8]. The parameter must be the stem of the filename passed to file_descriptor_set_path for the tonic-build::Builder, excluding the .bin extension.
include_proto
Include generated proto responder items.

Attribute Macros§

async_trait