Crate esexpr_binary

Source
Expand description

Binary format for ESExpr.

Modules§

io
IO Traits for ESExpr.

Structs§

ExprGenerator
Generator for ESExpr’s binary format

Enums§

GeneratorError
Error type for ExprGenerator
ParseError
ESExpr binary format parse error.

Traits§

ExprGeneratorAsync
Defines ESExpr generation for binary file format
ExprGeneratorSync
Defines ESExpr generation for binary file format
ExprParserAsync
An expression parser
ExprParserSync
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