Crate wasmesh

Source

Re-exports§

pub use guest::do_request;
pub use anyhow;
pub use bytes;
pub use protobuf;

Modules§

errors
guest
uri
URI component of request and response lines

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
CodedOutputStream
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§

Method
Scheme

Traits§

Message
Trait implemented for all generated structs for protobuf messages.
ProtobufEnum
Trait implemented by all protobuf enum types.

Attribute Macros§

handler
Entry pointer of function, take function handler as argument.