Skip to main content

Module wasm

Module wasm 

Source
Expand description

The wasm module holds serialization/encoding needed wasm bindings for any types related to Invite. In order to minimize complexity, the actual encoding/decoding is limited to the From<String> and FromStr implementations. All other serialization goes through String to simplify maintenance.