* Implement trigger for defpoll variable * Rename functions and configuration properties, edit docs to show sample usage, improve nearby fields in docs. |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
rust-toolchain | ||
rustfmt.toml |
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.