themed-styler 1.2.9

Client-side runtime styling engine for web and Android/iOS Native with theme support and Tailwind subset
Documentation
1
2
3
4
5
6
7
8
9
10
11
# themed-styler Improvement Plan

## Tasks
- [x] **Modularization**: Split the monolithic `lib.rs` into logical modules (`theme`, `units`, `shorthands`, `jni`).
- [x] **Style Caching**: Implement a caching layer for processed styles to improve rendering performance.
- [x] **Unit Consistency**: Audit and document the `px-as-dp` logic to ensure cross-platform consistency.

## Status
- **Modularization**: Completed
- **Style Caching**: Completed
- **Unit Consistency**: Completed