Crate wrpc_pack

Crate wrpc_pack 

Source
Expand description

Stopgap solution for packing and unpacking wRPC values to/from singular, flat byte buffers.

All APIs in this crate are to be considered unstable and everything may break arbitrarily.

This crate will never reach 1.0 and will be deprecated once https://github.com/bytecodealliance/wrpc/issues/25 is complete

This crate is maintained on a best-effort basis.

Structs§

NoopStream
A stream, which fails on each operation, this type should only ever be used in trait bounds

Functions§

pack
Pack a wrpc_transport::Encode into a singular byte buffer dst.
unpack
Unpack a wrpc_transport::Decode from a byte buffer dst.