Crate phpser

Source
Expand description

PHP serialization format support

Structs§

  • Reads an io::Read into a Value<Vec<u8>>.
  • A stateful wrapper to make a Str a readable Source
  • A non-Serializable PHP object.
  • The property name of an object.
  • A reference to another value in the serialized value tree.
  • A PHP object that implements Serializable.
  • Reads an io::Read into a Value<String>.

Enums§

Traits§

  • Represents a data source for a Str.
  • Represents a string of data, either owned or referenced.

Type Aliases§

  • Result with a parsing error or an IO error.
  • A parsing result.