eww/crates/simplexpr
pentamassiv d8bb8c4142
Updated dependencies (#449)
* 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
2022-07-27 18:25:08 +02:00
..
src Remove some unnecessary allocations (#480) 2022-07-03 00:00:49 +02:00
build.rs Move to crates directory 2021-07-21 19:20:47 +02:00
Cargo.lock Move to crates directory 2021-07-21 19:20:47 +02:00
Cargo.toml Updated dependencies (#449) 2022-07-27 18:25:08 +02:00
README.md Move to crates directory 2021-07-21 19:20:47 +02:00
rust-toolchain Move to crates directory 2021-07-21 19:20:47 +02:00
rustfmt.toml Move to crates directory 2021-07-21 19:20:47 +02:00

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.