Crate vobject [] [src]

Structs

Component
ParseError
Property

Functions

escape_chars

Escape text for a VObject property value.

fold_line

Fold contentline to 75 chars. This function assumes the input to be unfolded, which means no '\n' or '\r' in it.

parse_component

Parse exactly one component. Trailing data generates errors.

unescape_chars

Unescape text from a VObject property value.

write_component

Write a component. The error value is a human-readable message.

Type Definitions

ParseResult