Crate rsexp[][src]

Structs

Enums

Errors that could be generated when converting a Sexp to a specific type.

Type for S-expressions using owned values.

Traits

Functions

Deserialize a Sexp from bytes. This fails if there are remaining bytes.

Deserialize a Sexp from bytes, returning both the sexp and the remaining bytes.

Deserialize multiple Sexps from bytes. This fails if there are remaining bytes.