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
[[bin]]
bench = true
name = "bo-json-parse"
required-features = ["std", "bin"]
test = false

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

[dependencies]
[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"

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

[package]
authors = ["Bernard van Gastel <bvgastel@bitpowder.com>"]
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."
edition = "2021"
homepage = "https://www.bitpowder.com/libs/indigo/"
keywords = ["json", "expressions", "bytecode", "interpreter"]
license = "Apache-2.0"
name = "expry"
readme = "README.md"
version = "0.1.2"
[package.metadata.deb]
depends = ""