[][src]Crate holochain_wasmer_common

Re-exports

pub use result::*;

Modules

allocation
bytes
json
result
string

Structs

JsonString

track json serialization with the rust type system! JsonString wraps a string containing JSON serialized data avoid accidental double-serialization or forgetting to serialize serialize any type consistently including hard-to-reach places like Option and Result JsonString must not itself be serialized/deserialized instead, implement and use the native From trait to move between types

Enums

JsonError

Type Definitions

AllocationPtr
Len
Ptr