* feat: add raw-output arg to jq Co-authored-by: Roman Hargrave <roman@hargrave.info> * test: add some test cases for jq raw output * refactor: improve run_jaq_function * docs: document changes --------- Co-authored-by: Roman Hargrave <roman@hargrave.info> |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml | ||
README.md |
simplexpr
simplexpr is a parser and interpreter for a simple expression syntax that can be embedded into other applications or crates. It is being developed to be used in eww, but may also other uses.
For now, this is highly experimental, unstable, and ugly. You most definitely do not want to use this crate.