Re-exports§
pub use guest::do_request;
pub use anyhow;
pub use bytes;
pub use protobuf;
Modules§
Structs§
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Coded
Output Stream - Buffered write with handy utilities
- Request
- Generated files are compatible only with the same version of protobuf runtime.
- Response
- Uri
- The URI component of a request.
Enums§
Traits§
- Message
- Trait implemented for all generated structs for protobuf messages.
- Protobuf
Enum - Trait implemented by all protobuf enum types.
Attribute Macros§
- handler
- Entry pointer of function, take function handler as argument.