Features
- Refactor to lib and add benches
- Add more benches for widgets
- Perf + mem optimization of rendering
- Further perf + mem optimization of widgets
- Add bench for render_bar
Miscellaneous Tasks
- Update flake dependencies
- Update cargo dependencies
- Refactor frames with more idiomatic rust
- Refactor render with more idiomatic rust
- Refactor config with more idiomatic rust
- Refactor mode with more idiomatic rust
- Move from to_string to to_owned
- Ref config instead of copying
- Bump version to v0.10.0
- Fix clippy issues