Crate rsexpr

source ·
Expand description

rsexpr

Small and simple S-expression parsing and manipulation with support for square-bracketed groups and strings. Used by syntastica for processing tree-sitter queries.

Have a look at Sexpr, OwnedSexpr, from_slice, and from_slice_multi for more information.

Features

  • comments — Include comments in the parsed tree and pretty-printed output

  • docs — Meant to be enabled when building docs

Structs

Enums

Functions

Type Definitions

  • The default result type. The error variant is a vector of Errors