Structs§
Enums§
- Error
- Into
Sexp Error - Errors that could be generated when converting a Sexp to a specific type.
- Sexp
- Type for S-expressions using owned values.
Traits§
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