Crate lune_std_serde

Source

Structs§

EncodeDecodeConfig
Configuration for encoding and decoding values.
HashOptions

Enums§

CompressDecompressFormat
A compression and decompression format supported by Lune.
EncodeDecodeFormat
An encoding and decoding format supported by Lune.

Functions§

compress
Compresses the given bytes using the specified format.
decode
Decodes / deserializes the given string into a value, using the specified configuration.
decompress
Decompresses the given bytes using the specified format.
encode
Encodes / serializes the given value into a string, using the specified configuration.
module
Creates the serde standard library module.
typedefs
Returns a string containing type definitions for the serde standard library.