expry 0.1.2

Execute an expression on an encoded (binary) value, yielding another binary value (either in decoded or encoded form). Supports custom functions. Supports parsing the expression and converting the expression to bytecode.
Documentation
[package]
name = "expry"
version = "0.1.2"
edition = "2021"
authors = ["Bernard van Gastel <bvgastel@bitpowder.com>"]
homepage = "https://www.bitpowder.com/libs/indigo/"
license = "Apache-2.0"
keywords = ["json", "expressions", "bytecode", "interpreter"]
categories = ["data-structures", "encoding", "parser-implementations"]
description = "Execute an expression on an encoded (binary) value, yielding another binary value (either in decoded or encoded form). Supports custom functions. Supports parsing the expression and converting the expression to bytecode."

[features]
default = ["std"]
std = []
mini = []
bin = []

[[bin]]
name = "bo-json-parse"
test = false
bench = true
required-features = ["std", "bin"]

[[bin]]
name = "bo-expr-parse"
test = false
bench = true
required-features = ["std", "bin"]

[dev-dependencies]
quickcheck = "1"
quickcheck_macros = "1"

[dependencies]

[package.metadata.deb]
depends = ""