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.
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.