Crate esexpr

source ·
Expand description

esexpr is a library that implements the ESExpr format.

Structs§

  • An error that occurs when decoding expressions.

Enums§

  • Specifies where in an expression an error occurred.
  • The type of error that occurred while decoding.
  • Representation of an ESExpr value. Must be one of a constructor, bool, int, string, binary, float32, float64, or null.
  • An expression tag.

Traits§

Derive Macros§