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
Our current Python Compass run method accepts a dict but serializes it into a string before sending it to rust. In rust it is again deserialized into a serde_json value. Pyo3 has a PyObject type and deserializer we could leverage instead.
The text was updated successfully, but these errors were encountered:
Our current Python Compass run method accepts a dict but serializes it into a string before sending it to rust. In rust it is again deserialized into a serde_json value. Pyo3 has a PyObject type and deserializer we could leverage instead.
The text was updated successfully, but these errors were encountered: