You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you want to improve?
Currently cursive-flexbox uses a manual implementation of flexbox. The Rust library Taffy has a generic implementation of a flexbox that also adheres to the standard and would probably be faster, more efficient and promise better quality in general. I'm currently not considering moving to Taffy as part of this project was to learn the ins and outs of flexbox, but if anyone else would be interested, I would happily accept the change.
How would you want to improve it?
Reimplement the layout part of this library using Taffy.
The text was updated successfully, but these errors were encountered:
What do you want to improve?
Currently cursive-flexbox uses a manual implementation of flexbox. The Rust library Taffy has a generic implementation of a flexbox that also adheres to the standard and would probably be faster, more efficient and promise better quality in general. I'm currently not considering moving to Taffy as part of this project was to learn the ins and outs of flexbox, but if anyone else would be interested, I would happily accept the change.
How would you want to improve it?
Reimplement the layout part of this library using Taffy.
The text was updated successfully, but these errors were encountered: