What should we add?
Right now the SabreLayout is written primarily in Rust but still has some dependency on Python. We need to have an implementation that doesn't rely on Python when being called from the C API and then add a standalone function to the C API as described in #14245
The python dependency is being removed in: #14317 Once that merges we should be able to add sabre to the C API.
What should we add?
Right now the
SabreLayoutis written primarily in Rust but still has some dependency on Python. We need to have an implementation that doesn't rely on Python when being called from the C API and then add a standalone function to the C API as described in #14245The python dependency is being removed in: #14317 Once that merges we should be able to add sabre to the C API.