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
Would you consider splitting those into separate crates?
I'm asking because my crate now has its own Value type (it's not specifically tied to Python, it doesn't Arc all the things for example, it doesn't depend on ahash directly, etc.) and so it only uses the iterator API.
It would be neat to be able to share the parser/iterator between jiter & merde, so that if one adds x86_64 SIMD for example, the other would get it too, etc.