Structs§
- Wraps a binary codec and make it a string codec by representing the binary data as a base64 string.
- A codec for encoding JSON messages that relies on
serde_json
. - A codec for encoding with
serde_json
and decoding using [serde-wasm-bindgen
]. - A codec that relies on
miniserde
to encode data in the json format. - Wraps a string codec that encodes
T
to create a codec that encodesOption<T>
.