* chore: apply pr #629 Co-authored-by: Roland Fredenhagen <dev@modprog.de> * style: early return * feat: err on empty json string * docs: update docs * test: update test in accordance with decision * chore: attribution * docs: improve wording * docs: add breaking change notice to changelog * fix(changelog): fix pr link --------- Co-authored-by: Roland Fredenhagen <dev@modprog.de> |
||
---|---|---|
.. | ||
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.