[][src]Module plist::stream

An abstraction of a plist file as a stream of events. Used to support multiple encodings.

Structs

BinaryReader
Reader
XmlReader
XmlWriter

Enums

Event

An encoding of a plist as a flat structure.

Traits

Writer

Supports writing event streams in different plist encodings.