expry 0.4.0

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
[[bench]]
harness = false
name = "twitter_json"
path = "benches/twitter_json.rs"

[[bin]]
bench = true
name = "bo-json-parse"
path = "src/bin/bo-json-parse.rs"
required-features = ["std", "bin"]
test = false

[[bin]]
bench = true
name = "bo-expr-parse"
path = "src/bin/bo-expr-parse.rs"
required-features = ["std", "bin"]
test = false

[dependencies]
[dev-dependencies.criterion]
version = "^0.5"

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

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

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

[lib]
name = "expry"
path = "src/lib.rs"

[package]
authors = ["Bernard van Gastel <bvgastel@bitpowder.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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"
repository = "https://gitlab.com/bitpowder/indigo-ng"
version = "0.4.0"
[package.metadata.deb]
depends = ""