Crate wormhole_io

Crate wormhole_io 

Source

Structs§

WriteableBytes
Wrapper for Vec<u8>. Encoding is similar to Borsh, where the length is encoded as u32 (but in this case, it’s big endian).

Traits§

Readable
TypePrefixedPayload
Trait to capture common payload behavior. We do not recommend overwriting any trait methods. Simply set the type constant and implement Readable and Writeable.
Writeable