Expand description
Binary format for ESExpr
.
Modules§
- io
- IO Traits for
ESExpr
.
Structs§
- Expr
Generator - Generator for
ESExpr
’s binary format
Enums§
- Generator
Error - Error type for
ExprGenerator
- Parse
Error ESExpr
binary format parse error.
Traits§
- Expr
Generator Async - Defines
ESExpr
generation for binary file format - Expr
Generator Sync - Defines
ESExpr
generation for binary file format - Expr
Parser Async - An expression parser
- Expr
Parser Sync - An expression parser
Functions§
- parse_
async - Parse binary input as
ESExpr
- parse_
existing_ string_ pool_ async - Parse binary input as
ESExpr
using an existing string pool - parse_
existing_ string_ pool_ sync - Parse binary input as
ESExpr
using an existing string pool - parse_
sync - Parse binary input as
ESExpr