-
|
Could someone please provide advice on following questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I do have a PR with some unfinished C bindings for Taffy (#404). If you're willing to add support for building Rust to your build system (which should be quite straightforward for a library like Taffy that doesn't have any complex dependencies - Alternatively, there is actually a C++ port of Taffy (https://github.com/inobelar/taffy_cpp). However, it's from ~2 years ago and is unmaintained so if you go that route then you'd probably be maintaining the port yourself. |
Beta Was this translation helpful? Give feedback.
I do have a PR with some unfinished C bindings for Taffy (#404). If you're willing to add support for building Rust to your build system (which should be quite straightforward for a library like Taffy that doesn't have any complex dependencies -
cargo buildwill produce you a static library) then my strong recommendation would be to help us finish those bindings. We would be willing to take on ongoing maintenance of these bindings as part of the Taffy project.Alternatively, there is actually a C++ port of Taffy (https://github.com/inobelar/taffy_cpp). However, it's from ~2 years ago and is unmaintained so if you go that route then you'd probably be maintaining the port yourself.