Crate rsexp

Crate rsexp 

Source

Structs§

BytesSlice

Enums§

Error
IntoSexpError
Errors that could be generated when converting a Sexp to a specific type.
Sexp
Type for S-expressions using owned values.

Traits§

OfSexp
SexpOf
UseToString

Functions§

atom
from_slice
Deserialize a Sexp from bytes. This fails if there are remaining bytes.
from_slice_allow_remaining
Deserialize a Sexp from bytes, returning both the sexp and the remaining bytes.
from_slice_multi
Deserialize multiple Sexps from bytes. This fails if there are remaining bytes.
list