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§
- Noop
Stream - A stream, which fails on each operation, this type should only ever be used in trait bounds
Functions§
- pack
- Pack a
wrpc_transport::Encodeinto a singular byte bufferdst. - unpack
- Unpack a
wrpc_transport::Decodefrom a byte bufferdst.