Expand description
esexpr is a library that implements the ESExpr format.
Structs§
- Decode
Error - An error that occurs when decoding expressions.
Enums§
- Decode
Error Path - Specifies where in an expression an error occurred.
- Decode
Error Type - The type of error that occurred while decoding.
- ESExpr
- Representation of an ESExpr value. Must be one of a constructor, bool, int, string, binary, float32, float64, or null.
- ESExpr
Tag - An expression tag.
Traits§
- ESExpr
Codec - A codec that encodes and decodes ESExpr values.
- ESExpr
Dict Codec - A field codec for dictionary arguments.
- ESExpr
Optional Field Codec - A field codec for optional fields.
- ESExpr
VarArg Codec - A field codec for variable arguments.