Skip to main content

Crate bplist

Crate bplist 

Source
Expand description

§bplist

Crates.io Version Docs dependency status

Binary property list reader/writer.

Structs§

Deserializer
Property list deserializer.
InvalidPropertyList
Property list parsing error.
Serializer
Property list serializer.

Enums§

Infallible
Same as Infallible but implements serde::ser::Error.

Functions§

from_slice
Deserialize object of type T from the provided slice.
to_vec
Serialize value as a property list.