* Updated gtk dependencies * Added badge for status of dependencies * Updated remaining deps for eww and other crates * Removed obsolete imports * Fixed problems with PR and bumped deps * Updated x11rb |
||
---|---|---|
.. | ||
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.