Module ron::ser [] [src]

Modules

pretty [
Deprecated
]

Provides default pretty serialization with to_string.

Structs

PrettyConfig

Pretty serializer configuration

Serializer

The RON serializer.

Enums

Error

Serialization error.

Functions

to_string

Serializes value and returns it as string.

to_string_pretty

Serializes value in the recommended RON layout in a pretty way.

Type Definitions

Result

Serialization result.