[][src]Crate simple_parse

Enums

SpError

Possible errors when decoding/encoding

Traits

SpRead

Parses T from a reader (File,TcpStream, etc...)

SpReadRaw

Parses T or &T from a byte slice

SpReadRawMut

Parses T, &T or &mut T from a mutable byte slice

SpWrite

Writes T to the writer (File, TcpStream, Vec, etc...)

Derive Macros

SpRead

Implements SpRead on the type

SpReadRaw

Implements SpReadRaw on the type

SpReadRawMut

Implements SpReadRawMut on the type

SpWrite

Implements SpWrite on the type