l4l / yofi

yofi is a minimalistic menu for wayland
https://crates.io/crates/yofi
MIT License
337 stars 22 forks source link

Update deps #158

Closed l4l closed 4 months ago

l4l commented 4 months ago

Some deps are dropped for more simpl impl (e.g nom/nom-regex), some replaces by more lightweight (e.g structopt -> argh). Besides yofi split into lib/main crates.

Overall the build time reduced almost 2 times on my machine. As a bonus new sctk allows to better code organization imo.

Besides most of the panics are converted into errors for better reporting.