eww/crates/simplexpr
Lucas Baumann 98c220126d
Fix crash on invalid formattime (#1317)
* catch failure to format to format time instead of panicking

* update chrono

* use new API
2025-05-18 15:39:46 +02:00
..
src Fix crash on invalid formattime (#1317) 2025-05-18 15:39:46 +02:00
build.rs Move to crates directory 2021-07-21 19:20:47 +02:00
Cargo.toml fix: make formattime follow system locale (#1177) 2024-08-28 10:29:52 +02:00
README.md 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.