[][src]Crate sise_encoder

Structs

CompactStyle

Compact style that only inserts spaces between list elements.

SpacedStyle

Style that breaks list in lines and indents them.

SpacingConfig

Structure to configure the SpacedStyle style.

Enums

IndentChar
LineEnding

Traits

Style

Trait that allows to implement serialization styles.

Functions

serialize

Serializes root_node, returning the result.

serialize_into

Serializes root_node, appending the result to output.