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§
- A codec that encodes and decodes ESExpr values.
- A field codec for dictionary arguments.
- A field codec for optional fields.
- A field codec for variable arguments.