Crate polywrap_wasm_rs
source ·Re-exports
pub use msgpack::DecodeError;pub use msgpack::EncodeError;pub use msgpack::EnumTypeError;pub use msgpack::Read;pub use msgpack::ReadDecoder;pub use msgpack::Write;pub use msgpack::WriteEncoder;pub use abort::*;pub use debug::*;pub use debug_log::*;pub use env::*;pub use get_implementations::*;pub use invoke::*;pub use subinvoke::*;
Modules
- Serde JSON
- Wrapper types to enable optimized handling of
&[u8]andVec<u8>.
Structs
- A big signed integer type.
- A big decimal type.
- Wrapper around
Vec<u8>to serialize and deserialize efficiently. - Wrapper around
[u8]to serialize and deserialize efficiently. - An ordered map based on a B-Tree.
Enums
Traits
- Types that can be deserialized via
#[serde(with = "serde_bytes")]. - Types that can be serialized via
#[serde(with = "serde_bytes")].
Functions
- Serde
deserialize_withfunction to deserialize bytes efficiently. - Serde
serialize_withfunction to serialize bytes efficiently.